Native Virtual Boy emulator using the shrooms-vb core
Go to file
SonicSwordcane 5627e41835 Merge pull request 'Implement multiplayer' (#2) from multiplayer into main
Reviewed-on: PVB/shrooms-vb-native#2
2024-11-30 00:31:04 +00:00
assets Graphical fixes 2024-11-28 12:39:08 -05:00
shrooms-vb-core@18b2c589e6 Update core for good luck 2024-11-29 19:16:08 -05:00
src Make it easy to clear/reset mappings 2024-11-29 19:09:00 -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 Out with dear imgui, in with egui 2024-11-27 22:20:17 -05:00
Cargo.toml Out with dear imgui, in with egui 2024-11-27 22:20:17 -05:00
README.md Remove c impl, update readme 2024-11-06 23:55:25 -05:00
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]