SDL-based native version of the Shrooms Virtual Boy emulator
Go to file
SonicSwordcane 9fcf6b3dc5 Merge pull request 'rewrite it in rust' (#1) from riir into main
Reviewed-on: #1
2024-11-10 23:34:42 +00:00
assets Remove c impl, update readme 2024-11-06 23:55:25 -05:00
shrooms-vb-core@ae22c95dbe Update core 2024-10-31 21:40:10 -04:00
src Block the emulator thread when idle 2024-11-10 18:19:25 -05:00
.gitattributes Fix windows build 2024-10-15 01:06:52 -04:00
.gitignore Set up a rust UI 2024-11-02 16:18:41 -04:00
.gitmodules Fix windows build 2024-10-15 01:06:52 -04:00
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 Beginnings of rust emulation 2024-11-03 11:32:53 -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]