SDL-based native version of the Shrooms Virtual Boy emulator
Go to file
Simon Gellis f22a74b036 Sleep instead of just spin-looping 2024-11-11 18:46:25 -05:00
assets Remove c impl, update readme 2024-11-06 23:55:25 -05:00
shrooms-vb-core@b4b9131f39 Support running two sims at once 2024-11-11 00:52:02 -05:00
src Sleep instead of just spin-looping 2024-11-11 18:46:25 -05:00
.gitattributes
.gitignore
.gitmodules
Cargo.lock Use high-priority thread for emulation 2024-11-10 18:19:25 -05:00
Cargo.toml Use high-priority thread for emulation 2024-11-10 18:19:25 -05:00
README.md Remove c impl, update readme 2024-11-06 23:55:25 -05:00
build.rs Turn off LTO so we can use clang 2024-11-11 18:14:11 -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]