TheoryOfNekomata 99c0bcb9e4 | 1 year ago | |
---|---|---|
__mocks__ | 2 years ago | |
assets/internal/default | 2 years ago | |
assets_src | 2 years ago | |
docs | 1 year ago | |
src/packages | 1 year ago | |
tools | 2 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 1 year ago | |
CMakeLists.txt | 1 year ago | |
README.md | 1 year ago | |
TODO.md | 1 year ago | |
dependencies.txt | 1 year ago |
A run-and-gun shooter inspired by Metal Slug.
Note: CMake and OpenSSL are required.
dependencies.txt
except for SDL2.dependencies
folder in this project’s root. Rename the directory as SDL2
.portmidi
libwebsockets
(follow the instructions on building LWS)Clone this repo.
Clone the repositories under dependencies.txt
, including SDL2.
Build the SDL, SDL_image, and SDL_ttf dependencies using the build instructions for macOS.
Note: You may need to download other tools to build the libraries.
Note: Clone the submodules under SDL_ttf to download freetype and harfbuzz
Build the following dependencies first:
portmidi
libwebsockets
(follow the instructions on building LWS)Build via CMake.