← back

PathLab

live demo

A cross-platform pathfinding visualizer built in Rust with egui/eframe. Runs natively on Windows/macOS/Linux and in the browser via WebAssembly, from the same codebase.

Rustegui / eframeWebAssembly

Features

Engineering

CI runs lint (fmt + clippy), tests across Linux/macOS/Windows, a wasm-target check, and coverage uploaded to Codecov (pure-logic modules sit near 90–100%; the egui rendering/platform glue is intentionally untested since it's driven by mouse events and OS dialogs).