2024-12-18 20:34:39 -05:00
2025-08-24 22:28:44 -04:00
2024-12-08 14:49:54 -05:00
2024-10-15 01:06:52 -04:00
2026-09-06 17:24:59 -04:00
2025-10-17 23:52:56 -04:00
2026-09-06 21:52:36 -04:00
2026-09-06 21:52:36 -04:00
2026-07-13 23:03:35 -04:00
2025-03-04 09:46:26 -05:00

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 (via rustup, the version from your package manager is too old)
  • a C compiler (any will do, the build script will find it automatically)
  • (on linux) libasound2-dev and libudev-dev

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.

S
Description
Native Virtual Boy emulator using the shrooms-vb core
Readme
7.6 MiB
v0.15.1
Latest
2026-09-07 01:52:36 +00:00
Languages
Rust 98.4%
Shell 0.6%
Dockerfile 0.6%
WGSL 0.4%