Re-implementation of Izanami game engine
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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