Re-implementation of Izanami game engine
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
TheoryOfNekomata 7b0bd2f70e Retrieve config code há 2 anos
src/packages/game Retrieve config code há 2 anos
.editorconfig Implement core há 2 anos
.gitignore Implement core há 2 anos
CMakeLists.txt Retrieve config code há 2 anos
README.md Implement core há 2 anos

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