Starter project for SDL2.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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.