diff --git a/README.md b/README.md index 059ad8d..670ec7a 100644 --- a/README.md +++ b/README.md @@ -104,23 +104,23 @@ Die Anwendung ist fΓΌr Tastatur- und Mausbedienung optimiert. ## πŸ“‚ Projektstruktur imx500_gui/ -β”œβ”€β”€ app.py # Hauptprogramm (Controller, Event-Loop) -β”œβ”€β”€ detector.py # Hardware-Interface (Kamera, IMX500 Post-Processing) -β”œβ”€β”€ steps.py # Texte und Bild-Transformationen (Logik) -β”œβ”€β”€ README.md # Dokumentation -β”œβ”€β”€ ui/ # UI-Modul (View) -β”‚ β”œβ”€β”€ __init__.py -β”‚ β”œβ”€β”€ renderer.py # Zeichenfunktionen (Balken, Overlay, Pixel-Grid) -β”‚ β”œβ”€β”€ textlayout.py # Textumbruch und -formatierung -β”‚ └── theme.py # Farben und Design-Konstanten -└── assets/ # Medien-Dateien - β”œβ”€β”€ Kanit-Bold.ttf # Schriftart - β”œβ”€β”€ landingpagebg.jpg # Hintergrundbild - β”œβ”€β”€ audio/ # MP3 Sprachdateien (DE & EN) - β”œβ”€β”€ schritt_1_experte/ # Bildsequenz Animation Schritt 1 - β”œβ”€β”€ schritt_2_experte/ # Bildsequenz Animation Schritt 2 - β”œβ”€β”€ ... # (weitere Ordner bis schritt_7) - └── schritt_7_experte/ +β”œβ”€β”€ app.py # Hauptprogramm (Controller, Event-Loop)\ +β”œβ”€β”€ detector.py # Hardware-Interface (Kamera, IMX500 Post-Processing)\ +β”œβ”€β”€ steps.py # Texte und Bild-Transformationen (Logik)\ +β”œβ”€β”€ README.md # Dokumentation\ +β”œβ”€β”€ ui/ # UI-Modul (View)\ +β”‚ β”œβ”€β”€ __init__.py\ +β”‚ β”œβ”€β”€ renderer.py # Zeichenfunktionen (Balken, Overlay, Pixel-Grid)\ +β”‚ β”œβ”€β”€ textlayout.py # Textumbruch und -formatierung\ +β”‚ └── theme.py # Farben und Design-Konstanten\ +└── assets/ # Medien-Dateien\ + β”œβ”€β”€ Kanit-Bold.ttf # Schriftart\ + β”œβ”€β”€ landingpagebg.jpg # Hintergrundbild\ + β”œβ”€β”€ audio/ # MP3 Sprachdateien (DE & EN)\ + β”œβ”€β”€ schritt_1_experte/ # Bildsequenz Animation Schritt 1\ + β”œβ”€β”€ schritt_2_experte/ # Bildsequenz Animation Schritt 2\ + β”œβ”€β”€ ... # (weitere Ordner bis schritt_7)\ + └── schritt_7_experte/\ ## 🌍 Sprache & Audio