Simon Gellis 63cb7a4835 | ||
---|---|---|
assets | ||
shrooms-vb-core@bc864644f7 | ||
src | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
Shrooms VB (native)
A native implementation of shrooms-vb. Written in Rust, using winit, wgpu, and Dear ImGui. Should run on any major OS.
Setup
Install the following dependencies:
cargo
Run
cargo build --release
The executable will be in target/release/shrooms-vb[.exe]