Native Virtual Boy emulator using the shrooms-vb core
Go to file
Simon Gellis 6e2d70abd7 Save input mappings to disk 2024-12-11 23:44:14 -05:00
assets
shrooms-vb-core@18b2c589e6
src Save input mappings to disk 2024-12-11 23:44:14 -05:00
.gitattributes
.gitignore
.gitmodules
Cargo.lock Save input mappings to disk 2024-12-11 23:44:14 -05:00
Cargo.toml Save input mappings to disk 2024-12-11 23:44:14 -05:00
README.md
build.rs

README.md

Lemur

A Virtual Boy emulator built around the shrooms-vb core. Written in Rust, using winit, wgpu, and egui. Should run on any major OS.

Setup

Install the following dependencies:

  • cargo

Run

cargo build --release

The executable will be in target/release/lemur[.exe]