Re-implementation of Izanami game engine
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
TheoryOfNekomata 2a66eb80bf Restore files, implement 30 FPS cap 3 lat temu
src/packages/game Restore files, implement 30 FPS cap 3 lat temu
.editorconfig Implement core 3 lat temu
.gitignore Implement core 3 lat temu
CMakeLists.txt Restore files, implement 30 FPS cap 3 lat temu
README.md Implement core 3 lat temu

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