https://github.com/helgesverre/hypersaw
https://github.com/helgesverre/hypersaw
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helgesverre/hypersaw
- Owner: HelgeSverre
- Created: 2024-12-19T06:31:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T19:49:07.000Z (4 months ago)
- Last Synced: 2025-08-10T01:49:27.933Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 375 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hypersaw - DAW built in Rust with egui
## Install
```shell
git clone git@github.com:HelgeSverre/hypersaw.git
cd hypersaw# Install dependencies
cargo install --path .# Build the project
cargo build# Run the project
cargo run
```