SDL-based native version of the Shrooms Virtual Boy emulator
Go to file
Simon Gellis cd29cca495 Switch to SDL3 2024-10-21 23:31:55 -04:00
assets Render byte buffers from the application 2024-10-16 00:25:31 -04:00
shrooms-vb-core@c06da32321 Audio! 2024-10-21 21:04:01 -04:00
.gitattributes Fix windows build 2024-10-15 01:06:52 -04:00
.gitignore Fix windows build 2024-10-15 01:06:52 -04:00
.gitmodules Fix windows build 2024-10-15 01:06:52 -04:00
README.md Switch to SDL3 2024-10-21 23:31:55 -04:00
assets.h Render byte buffers from the application 2024-10-16 00:25:31 -04:00
audio.c Switch to SDL3 2024-10-21 23:31:55 -04:00
audio.h Switch to SDL3 2024-10-21 23:31:55 -04:00
cli.c First commit 2024-10-15 00:24:13 -04:00
cli.h First commit 2024-10-15 00:24:13 -04:00
controller.c Switch to SDL3 2024-10-21 23:31:55 -04:00
controller.h Switch to SDL3 2024-10-21 23:31:55 -04:00
game.c Switch to SDL3 2024-10-21 23:31:55 -04:00
game.h Render byte buffers from the application 2024-10-16 00:25:31 -04:00
graphics.c Switch to SDL3 2024-10-21 23:31:55 -04:00
graphics.h Switch to SDL3 2024-10-21 23:31:55 -04:00
main.c Switch to SDL3 2024-10-21 23:31:55 -04:00
makefile Switch to SDL3 2024-10-21 23:31:55 -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
  • sdl3

Run

make build