Edit README.md

This commit is contained in:
2025-09-27 20:14:14 +00:00
parent efbb80aa78
commit 3e34f3e7f0

View File

@@ -1,8 +1,8 @@
# 🎶 Polymusic # Polymusic
## 🇫🇷 Français ## Français
### Présentation ### Présentation
**Polymusic** est une application musicale innovante qui permet de créer des **rythmes** et des **mélodies** à partir de polygones. **Polymusic** est une application musicale innovante qui permet de créer des **rythmes** et des **mélodies** à partir de polygones.
Chaque polygone agit comme une structure rythmique : les sommets correspondent à des points de déclenchement sonore, et leur disposition influence la **temporalité** et la **texture musicale**. Chaque polygone agit comme une structure rythmique : les sommets correspondent à des points de déclenchement sonore, et leur disposition influence la **temporalité** et la **texture musicale**.
@@ -11,19 +11,19 @@ Grâce à cette approche géométrique, Polymusic offre une nouvelle manière de
--- ---
### 🚀 Installation ### Installation
#### 🔧 Depuis le code source #### Depuis le code source
1. Installer **Rust** et **Cargo** : 1. Installer **Rust** et **Cargo** :
👉 [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)
2. Cloner le dépôt et exécuter : 2. Cloner le dépôt et exécuter :
```bash ```bash
cargo run cargo run
## 🇬🇧 English ## English
### Overview ### Overview
**Polymusic** is an innovative music application that allows you to create **rhythms** and **melodies** using polygons. **Polymusic** is an innovative music application that allows you to create **rhythms** and **melodies** using polygons.
Each polygon acts as a rhythmic structure: the vertices correspond to sound trigger points, and their arrangement influences the **timing** and **musical texture**. Each polygon acts as a rhythmic structure: the vertices correspond to sound trigger points, and their arrangement influences the **timing** and **musical texture**.
@@ -32,11 +32,11 @@ With this geometric approach, Polymusic offers a new way to compose and experime
--- ---
### 🚀 Installation ### Installation
#### 🔧 From Source #### From Source
1. Install **Rust** and **Cargo**: 1. Install **Rust** and **Cargo**:
👉 [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)
2. Clone the repository and run: 2. Clone the repository and run:
```bash ```bash