2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
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.
 
 
 
 
 
 
TheoryOfNekomata 54f13de92a Put repo config in global config 2 vuotta sitten
__mocks__ Extract common code 2 vuotta sitten
assets/sfx Add tools 2 vuotta sitten
docs Update config 2 vuotta sitten
src/packages Put repo config in global config 2 vuotta sitten
tools Update config 2 vuotta sitten
.editorconfig Organize test fixtures 2 vuotta sitten
.gitignore Add assets 2 vuotta sitten
CMakeLists.txt Update config 2 vuotta sitten
README.md Add Websockets server 2 vuotta sitten
TODO.md Refactor input and video logic 2 vuotta sitten
dependencies.txt Refactor identifiers 2 vuotta sitten

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.

    • For Windows

      1. Unpack the MSVC archive under dependencies folder in this project’s root.
      2. Rename the directory as SDL2.
    • For macOS

      TODO

    Alternatively, on Windows, you can link the external libraries via symlink.

  3. Build the following dependencies first:

  4. Build via CMake.