2024-10-15 05:06:52 +00:00
|
|
|
# Shrooms VB (native)
|
|
|
|
|
2024-11-07 04:55:25 +00:00
|
|
|
A native implementation of shrooms-vb. Written in Rust, using winit, wgpu, and Dear ImGui. Should run on any major OS.
|
2024-10-15 05:06:52 +00:00
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
Install the following dependencies:
|
2024-11-07 04:55:25 +00:00
|
|
|
- `cargo`
|
2024-10-15 05:06:52 +00:00
|
|
|
|
|
|
|
Run
|
|
|
|
```sh
|
2024-11-07 04:55:25 +00:00
|
|
|
cargo build --release
|
|
|
|
```
|
|
|
|
|
|
|
|
The executable will be in `target/release/shrooms-vb[.exe]`
|