Starter project for SDL2.
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.

README.md 521 B

1234567891011121314151617
  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. - For Windows
  7. 1. Unpack the **MSVC** archive under `dependencies` folder in this project's root.
  8. 2. Rename the directory as `SDL2`.
  9. - For macOS
  10. `TODO`
  11. _Alternatively, on Windows, you can link the external libraries via symlink._
  12. 3. Build via CMake.