Native Virtual Boy emulator using the shrooms-vb core
Go to file
Simon Gellis 0585bc2740 chore: Release lemur version 0.2.6 2025-01-05 22:11:56 -05:00
assets
scripts
shrooms-vb-core@57dcd8370a
src
.gitattributes
.gitignore
.gitmodules
Cargo.lock
Cargo.toml
README.md
build.Dockerfile
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]

Release

Bump the version number in Cargo.toml, then run this script:

./scripts/release.sh

It uses docker to cross compile for Windows, MacOS, and Linux. All binaries are left in the output directory.