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 74a3cbdc45 Fix CMake il y a 3 ans
src/packages/game Implement core il y a 3 ans
.editorconfig Implement core il y a 3 ans
.gitignore Implement core il y a 3 ans
CMakeLists.txt Fix CMake il y a 3 ans
README.md Implement core il y a 3 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