Re-implementation of Izanami game engine
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
TheoryOfNekomata 74a3cbdc45 Fix CMake 3 лет назад
src/packages/game Implement core 3 лет назад
.editorconfig Implement core 3 лет назад
.gitignore Implement core 3 лет назад
CMakeLists.txt Fix CMake 3 лет назад
README.md Implement core 3 лет назад

README.md

sdl2-hello-world

A beginner template for SDL2 powered by CMake.

Setup

  1. Clone this repo.
  2. Download the SDL2 Development Libraries from the official download page.
    1. For Windows, unpack the archive under dependencies folder in this project’s root.
  3. Build via CMake.

Todo