Re-implementation of Izanami game engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. # sdl2-hello-world
  2. A beginner template for SDL2 powered by CMake.
  3. ## Setup
  4. 1. Clone this repo.
  5. 2. Download the **SDL2 Development Libraries** from the [official download page](https://www.libsdl.org/download-2.0.php).
  6. 1. For Windows, unpack the archive under `dependencies` folder in this project's root.
  7. 3. Build via CMake.
  8. ## Todo
  9. - [X] Windows setup
  10. - [ ] macOS setup