Native Virtual Boy emulator using the shrooms-vb core
Go to file
Simon Gellis 2e8b39a74d Update shrooms-vb-core to fix trap handling 2024-12-29 10:55:33 -05:00
assets Add icons to windows builds 2024-12-18 20:34:39 -05:00
scripts Add installation instructions to the release 2024-12-19 22:51:13 -05:00
shrooms-vb-core@06849b54ba Update shrooms-vb-core to fix trap handling 2024-12-29 10:55:33 -05:00
src slight restructuring 2024-12-27 23:37:42 -05:00
.gitattributes Remove broken MSI, clean up windows build 2024-12-18 22:49:13 -05:00
.gitignore
.gitmodules
Cargo.lock chore: Release lemur version 0.2.2 2024-12-26 14:30:06 -05:00
Cargo.toml chore: Release lemur version 0.2.2 2024-12-26 14:30:06 -05:00
README.md
build.Dockerfile Add icons to windows builds 2024-12-18 20:34:39 -05:00
build.rs Add icons to windows builds 2024-12-18 20:34:39 -05:00

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.