From 1137e45be5c425a47fbe50480f7753ee402db87d Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Sat, 29 Apr 2023 11:00:48 +0200 Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20du=20tutoriel=203=20en=20deux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labyrinthe/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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