31 lines
791 B
Markdown
31 lines
791 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
|
|
### With source code
|
|
|
|
>Install Rust and Cargo
|
|
>https://www.rust-lang.org/tools/install
|
|
|
|
```
|
|
cargo run
|
|
```
|
|
### Release
|
|
Release is available on gitlab. Download windows ou linux version.
|
|
Execute `Polymusic` or `Polymusic.exe`
|
|
|
|
## 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
|
|
|