Re-implementation of Izanami game engine
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
TheoryOfNekomata 7b0bd2f70e Retrieve config code 2 år sedan
src/packages/game Retrieve config code 2 år sedan
.editorconfig Implement core 2 år sedan
.gitignore Implement core 2 år sedan
CMakeLists.txt Retrieve config code 2 år sedan
README.md Implement core 2 år sedan

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