Rustone is a guitar amp simulator written in Rust, offering musicians a versatile platform to shape their guitar tones. This project is inspired by popular amp simulation software like Guitar Rig and Amplitube but is designed with the efficiency and performance benefits of the Rust programming language.
To build and run Rustone locally, follow these steps:
- Clone the repository:
git clone git@github.com:acaala/rustone.git
cd rustone- Install dependencies
bun install- Build and run the project
!Important! Before running the app, make sure to turn down your volume if your default devices are the built in microphone and speaker. Otherwise expect very loud feedback.
cargo tauri devRustone is licensed under the MIT License, making it free and open-source. Feel free to use, modify, and share the software according to the terms of the license.