2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 701 B

1234567891011121314151617181920
  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 the following dependencies first:
  13. - `portmidi`
  14. - `libwebsockets` (follow the [instructions on building LWS](https://libwebsockets.org/lws-api-doc-master/html/md_README_8build.html))
  15. 4. Build via CMake.