Update README.md

This commit is contained in:
watsonove 2026-02-04 19:29:46 +01:00 committed by GitHub
parent c10ef18ce3
commit af66c7d8f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,23 +104,23 @@ Die Anwendung ist für Tastatur- und Mausbedienung optimiert.
## 📂 Projektstruktur ## 📂 Projektstruktur
imx500_gui/ imx500_gui/
├── app.py # Hauptprogramm (Controller, Event-Loop) ├── app.py # Hauptprogramm (Controller, Event-Loop)\
├── detector.py # Hardware-Interface (Kamera, IMX500 Post-Processing) ├── detector.py # Hardware-Interface (Kamera, IMX500 Post-Processing)\
├── steps.py # Texte und Bild-Transformationen (Logik) ├── steps.py # Texte und Bild-Transformationen (Logik)\
├── README.md # Dokumentation ├── README.md # Dokumentation\
├── ui/ # UI-Modul (View) ├── ui/ # UI-Modul (View)\
│ ├── __init__.py │ ├── __init__.py\
│ ├── renderer.py # Zeichenfunktionen (Balken, Overlay, Pixel-Grid) │ ├── renderer.py # Zeichenfunktionen (Balken, Overlay, Pixel-Grid)\
│ ├── textlayout.py # Textumbruch und -formatierung │ ├── textlayout.py # Textumbruch und -formatierung\
│ └── theme.py # Farben und Design-Konstanten │ └── theme.py # Farben und Design-Konstanten\
└── assets/ # Medien-Dateien └── assets/ # Medien-Dateien\
├── Kanit-Bold.ttf # Schriftart ├── Kanit-Bold.ttf # Schriftart\
├── landingpagebg.jpg # Hintergrundbild ├── landingpagebg.jpg # Hintergrundbild\
├── audio/ # MP3 Sprachdateien (DE & EN) ├── audio/ # MP3 Sprachdateien (DE & EN)\
├── schritt_1_experte/ # Bildsequenz Animation Schritt 1 ├── schritt_1_experte/ # Bildsequenz Animation Schritt 1\
├── schritt_2_experte/ # Bildsequenz Animation Schritt 2 ├── schritt_2_experte/ # Bildsequenz Animation Schritt 2\
├── ... # (weitere Ordner bis schritt_7) ├── ... # (weitere Ordner bis schritt_7)\
└── schritt_7_experte/ └── schritt_7_experte/\
## 🌍 Sprache & Audio ## 🌍 Sprache & Audio