Remove c impl, update readme

This commit is contained in:
2024-11-06 23:55:25 -05:00
parent a6200732ee
commit 62b34ea760
18 changed files with 11 additions and 532 deletions
+6 -6
View File
@@ -1,15 +1,15 @@
# Shrooms VB (native)
An SDL-based implementation of shrooms-vb.
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:
- `gcc` (or MinGW on Windows) (or whatever, just set `CC`)
- `pkg-config`
- sdl2
- `cargo`
Run
```sh
make build
```
cargo build --release
```
The executable will be in `target/release/shrooms-vb[.exe]`