Re-implementation of Izanami game engine
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
TheoryOfNekomata 7b0bd2f70e Retrieve config code 2 yıl önce
src/packages/game Retrieve config code 2 yıl önce
.editorconfig Implement core 2 yıl önce
.gitignore Implement core 2 yıl önce
CMakeLists.txt Retrieve config code 2 yıl önce
README.md Implement core 2 yıl önce

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