From efbb80aa78d83eb44daad0c34ac0f49a095adfb5 Mon Sep 17 00:00:00 2001 From: dukantic Date: Sat, 27 Sep 2025 20:12:15 +0000 Subject: [PATCH 1/2] Edit README.md --- README.md | 61 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 78c3654..de9ab96 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,43 @@ -# 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. +# 🎶 Polymusic -## Instalation -### With source code +## 🇫🇷 Français ->Install Rust and Cargo ->https://www.rust-lang.org/tools/install +### ✨ Présentation -``` -cargo run -``` -### Release -Release is available on gitlab. Download windows or linux version. -Execute `Polymusic` or `Polymusic.exe` +**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**. -## Files +Grâce à cette approche géométrique, Polymusic offre une nouvelle manière de composer et d’expérimenter avec le son, en mélangeant **mathématiques** et **création artistique**. -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 +--- +### 🚀 Installation + +#### 🔧 Depuis le code source +1. Installer **Rust** et **Cargo** : + 👉 [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) + +2. Cloner le dépôt et exécuter : + ```bash + cargo run + +## 🇬🇧 English + +### ✨ Overview + +**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**. + +With this geometric approach, Polymusic offers a new way to compose and experiment with sound, blending **mathematics** and **artistic creation**. + +--- + +### 🚀 Installation + +#### 🔧 From Source +1. Install **Rust** and **Cargo**: + 👉 [https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) + +2. Clone the repository and run: + ```bash + cargo run From 3e34f3e7f091fbcdb811e0581de036d0b08e9e38 Mon Sep 17 00:00:00 2001 From: dukantic Date: Sat, 27 Sep 2025 20:14:14 +0000 Subject: [PATCH 2/2] Edit README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index de9ab96..d58e74d 100644 --- a/README.md +++ b/README.md @@ -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. 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** : - 👉 [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 : ```bash cargo run -## 🇬🇧 English +## English -### ✨ Overview +### Overview **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**. @@ -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**: - 👉 [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: ```bash