34 lines
764 B
Markdown
34 lines
764 B
Markdown
# Polymusic
|
|
Polymusic is an innovative music application inspired
|
|
by two academic research papers that explore sound
|
|
generation through balanced polygons. By leveraging
|
|
geometric principles, Polymusic produces harmonious
|
|
and rich audio textures, creating a unique auditory experience.
|
|
|
|
## Instalation
|
|
|
|
>Install Rust and Cargo
|
|
>https://www.rust-lang.org/tools/install
|
|
|
|
```
|
|
cargo run
|
|
```
|
|
|
|
## Files
|
|
|
|
The `saves` folder contains all the saves, these are files that are not made to be edited outside of this software.
|
|
The `assets` folder contains all the sounds you can play. You can add more.
|
|
### Compatible Files
|
|
- MP3
|
|
- OGG Vorbis
|
|
- FLAC
|
|
- WAV
|
|
|
|
|
|
## To Do List
|
|
- [ ] Custom Theme
|
|
- [ ] RGB
|
|
- [ ] Edit angle by degree
|
|
- [ ] Sound on folder
|
|
- [ ] Global sound
|