diff --git a/labyrinthe/README.md b/labyrinthe/README.md index fc2a3c8..6b9a576 100644 --- a/labyrinthe/README.md +++ b/labyrinthe/README.md @@ -14,24 +14,27 @@ Il se décompose en 4 parties : - Créer une zone cliquable - Créer une animation par images-clé - Produire un exécutable (GNU/Linux, Windows, macOS) -- Fichier résultat : 1-labyrinthe.blend +- **Fichier résultat : 1-labyrinthe.blend** ### Tutoriel 2 : Passage au Python - Installer un éditeur de code (Emacs, Spyder) - Sustituer la programmation par briques logiques avec des modules codés en Python - Inclure les scripts Python avec l'exécutable +- Fichier de départ : 2-labyrinthe-debut.blend - Fichiers résultats : 2-labyrinthe.blend, 2-labyrinthe.py ### Tutoriel 3 : Interfacer la scène 3D avec une carte Arduino par pyFirmata - Installer la bibliothèque pyFirmata - Déplacer le plateau avec une manette : 4 boutons binaires et/ou un joystick analogique - Inclure la bibliothèque pyFirmata avec l'exécutable +- Fichier de départ : 3-labyrinthe-debut.blend, 2-labyrinthe.py - Fichiers résultats : 3-labyrinthe.blend, 3-labyrinthe.py ### Tutoriel 4 : Interfacer la scène 3D avec une carte Arduino par pySerial - Installer la bibliothèque pySerial - Déplacer le plateau avec une centrale inertielle (capteur IMU sur broche I2C) - Inclure la bibliothèque pySerial avec l'exécutable +- Fichier de départ : 4-labyrinthe-debut.blend, 2-labyrinthe.py - Fichiers résultats : 4-labyrinthe.blend, 4-labyrinthe.py, 4-labyrinthe-imu.ino @@ -39,5 +42,6 @@ Il se décompose en 4 parties : - Installer la bibliothèque pySerial - Déplacer le plateau avec la centrale inertielle de la carte microbit - Inclure la bibliothèque pySerial avec l'exécutable +- Fichier de départ : 5-labyrinthe-debut.blend, 2-labyrinthe.py - Fichiers résultats : 5-labyrinthe.blend, 5-labyrinthe.py, 5-labyrinthe-microbit.py