Re-implementation of Izanami game engine
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
TheoryOfNekomata 7b0bd2f70e Retrieve config code 2年前
src/packages/game Retrieve config code 2年前
.editorconfig Implement core 2年前
.gitignore Implement core 2年前
CMakeLists.txt Retrieve config code 2年前
README.md Implement core 2年前

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