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