Re-implementation of Izanami game engine
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
TheoryOfNekomata 2a66eb80bf Restore files, implement 30 FPS cap před 3 roky
src/packages/game Restore files, implement 30 FPS cap před 3 roky
.editorconfig Implement core před 3 roky
.gitignore Implement core před 3 roky
CMakeLists.txt Restore files, implement 30 FPS cap před 3 roky
README.md Implement core před 3 roky

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