Re-implementation of Izanami game engine
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
TheoryOfNekomata 7b0bd2f70e Retrieve config code il y a 2 ans
src/packages/game Retrieve config code il y a 2 ans
.editorconfig Implement core il y a 2 ans
.gitignore Implement core il y a 2 ans
CMakeLists.txt Retrieve config code il y a 2 ans
README.md Implement core il y a 2 ans

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