Simon Gellis 007a89d8b8 | ||
---|---|---|
assets | ||
external | ||
shrooms-vb-core@ae22c95dbe | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
assets.h | ||
audio.c | ||
audio.h | ||
cli.c | ||
cli.h | ||
controller.c | ||
controller.h | ||
emulation.c | ||
emulation.h | ||
main.c | ||
makefile | ||
nuklear.c | ||
nuklear.h | ||
ui.c | ||
ui.h | ||
window.c | ||
window.h |
README.md
Shrooms VB (native)
An SDL-based implementation of shrooms-vb.
Setup
Install the following dependencies:
gcc
(or MinGW on Windows) (or whatever, just setCC
)pkg-config
- sdl2
Run
make build
Dependencies
This program uses a vendored version of nuklear for GUIs.