shrooms-vb-native/README.md

19 lines
410 B
Markdown

# Shrooms VB (native)
An SDL-based implementation of shrooms-vb.
## Setup
Install the following dependencies:
- `gcc` (or MinGW on Windows) (or whatever, just set `CC`)
- `pkg-config`
- sdl2
Run
```sh
make build
```
## Dependencies
This program uses a vendored version of [nuklear](https://github.com/Immediate-Mode-UI/Nuklear/tree/6566d9075d5fed48af014c93f87c4aed8c4bd21c) for GUIs.