15 lines
311 B
Markdown
15 lines
311 B
Markdown
# 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
|
|
```sh
|
|
cargo build --release
|
|
```
|
|
|
|
The executable will be in `target/release/shrooms-vb[.exe]` |