# 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` - sdl3 Run ```sh make build ```