Re-implementation of Izanami game engine
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
TheoryOfNekomata 7c55b91d91 Implement core 2 роки тому
src/packages/game Implement core 2 роки тому
.editorconfig Implement core 2 роки тому
.gitignore Implement core 2 роки тому
CMakeLists.txt Implement core 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