An open API service indexing awesome lists of open source software.

https://github.com/helgesverre/hypersaw


https://github.com/helgesverre/hypersaw

Last synced: 2 months ago
JSON representation

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
```