Re-implementation of Izanami game engine
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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