Re-implementation of Izanami game engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheoryOfNekomata 2a66eb80bf Restore files, implement 30 FPS cap преди 3 години
src/packages/game Restore files, implement 30 FPS cap преди 3 години
.editorconfig Implement core преди 3 години
.gitignore Implement core преди 3 години
CMakeLists.txt Restore files, implement 30 FPS cap преди 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