Re-implementation of Izanami game engine
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
TheoryOfNekomata 7b0bd2f70e Retrieve config code vor 2 Jahren
src/packages/game Retrieve config code vor 2 Jahren
.editorconfig Implement core vor 2 Jahren
.gitignore Implement core vor 2 Jahren
CMakeLists.txt Retrieve config code vor 2 Jahren
README.md Implement core vor 2 Jahren

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