SDL-based native version of the Shrooms Virtual Boy emulator
Go to file
Simon Gellis 4b34d138ac Support muting sims 2024-11-23 20:17:32 -05:00
assets
shrooms-vb-core@f45636a491 VIP performance improvements 2024-11-20 00:02:31 -05:00
src Support muting sims 2024-11-23 20:17:32 -05:00
.gitattributes
.gitignore
.gitmodules
Cargo.lock Use CPAL fork which supports device switching 2024-11-23 17:36:24 -05:00
Cargo.toml Use CPAL fork which supports device switching 2024-11-23 17:36:24 -05:00
README.md
build.rs Small performance improvements 2024-11-14 21:03:23 -05:00

README.md

Shrooms VB (native)

A native implementation of shrooms-vb. Written in Rust, using winit, wgpu, and Dear ImGui. Should run on any major OS.

Setup

Install the following dependencies:

  • cargo

Run

cargo build --release

The executable will be in target/release/shrooms-vb[.exe]