Re-implementation of Izanami game engine
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
TheoryOfNekomata 7b0bd2f70e Retrieve config code 2 anni fa
src/packages/game Retrieve config code 2 anni fa
.editorconfig Implement core 2 anni fa
.gitignore Implement core 2 anni fa
CMakeLists.txt Retrieve config code 2 anni fa
README.md Implement core 2 anni fa

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