SDL-based native version of the Shrooms Virtual Boy emulator
Go to file
Simon Gellis 007a89d8b8 Correctly free resources in uiLoadGame 2024-11-02 13:25:37 -04:00
assets Change the menu font, fix windows blurriness 2024-10-31 21:34:43 -04:00
external
shrooms-vb-core@ae22c95dbe Update core 2024-10-31 21:47:48 -04:00
.gitattributes
.gitignore
.gitmodules
README.md
assets.h Change the menu font, fix windows blurriness 2024-10-31 21:34:43 -04:00
audio.c
audio.h
cli.c Don't require a game on startup 2024-10-31 21:21:05 -04:00
cli.h
controller.c
controller.h
emulation.c Stop rendering uninitialized memory 2024-10-31 21:56:58 -04:00
emulation.h Stop rendering uninitialized memory 2024-10-31 21:56:58 -04:00
main.c Change the menu font, fix windows blurriness 2024-10-31 21:34:43 -04:00
makefile File picker works on windows 2024-10-29 23:37:23 -04:00
nuklear.c
nuklear.h
ui.c Correctly free resources in uiLoadGame 2024-11-02 13:25:37 -04:00
ui.h Don't require a game on startup 2024-10-31 21:21:05 -04:00
window.c Change how active option is rendered 2024-11-01 00:52:34 -04:00
window.h Change how active option is rendered 2024-11-01 00:52:34 -04:00

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 set CC)
  • pkg-config
  • sdl2

Run

make build

Dependencies

This program uses a vendored version of nuklear for GUIs.