Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sout233/bruh_sine
My first rust vst plugin - wth with the sine function??
https://github.com/sout233/bruh_sine
Last synced: 22 days ago
JSON representation
My first rust vst plugin - wth with the sine function??
- Host: GitHub
- URL: https://github.com/sout233/bruh_sine
- Owner: sout233
- Created: 2024-06-16T09:45:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:47:05.000Z (7 months ago)
- Last Synced: 2024-11-09T06:22:10.719Z (3 months ago)
- Language: Rust
- Size: 24.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bruh Sine
## Building
After installing [Rust](https://rustup.rs/), you can compile Bruh Sine as follows:
```shell
cargo xtask bundle bruh_sine --release
```