Commit Graph

6 Commits

Author SHA1 Message Date
L'électron rare b6cd8cf4c7 docs: RC0.1+ architecture + env vars
README header pinned to v0.1.0-rc1. New section "RC0.1+
distributed Multi-HMR architecture" with ASCII diagram of the
M5 capture host <-> macm1 compute host pipeline (TCP :57140
pyobjc CoreML, JPEG q80, async double-buffer, MeshRigger 27 fps
perceived) and the unified 3D armature wireframe on macm1
AVLiveBody.

Env var reference table : MULTIHMR_BACKEND, MULTIHMR_REMOTE_*,
MULTIHMR_SERVER_BACKEND, MULTIHMR_LOOP_FPS, AVBODY_HOST,
MEDIAPIPE_DELEGATE, POSE_FILTER, MULTIHMR_REID*.

Root CLAUDE.md ; extended with the same env vars + file
locations for mesh_rigger, Skeleton3DRenderer, pose_filter,
dino_reid, multihmr_server, scene.metal.

Observed ceilings under MLX contention on macm1 : 25 fps loop,
9 fps fresh predict, 27 fps perceived via the rigger.
2026-05-14 02:46:32 +02:00
L'électron rare 9d15c74c01 docs: READMEs sync (20 feeds, 3 modes, web)
Root README.md :
- Hero updated : 20 feeds, SMPL-X body mesh, 3 launch modes
- Section Real-world feeds reorganisee en 7 categories avec
  les 9 nouvelles sources (openmeteo, openaq, iss, volcano,
  social_buzz, gdelt, wikimedia, tides, atc)
- Section Web data-only ajoutee : dashboard / map / control
  sur :3211 + sync SC <- web_bridge.scd sur :57125
- Liste des launch modes : Full / Data-only / Body Mesh
- Architecture details : 4 nouvelles entrees

data_feeds/README.md :
- Intro : 20 sources (vs 11 avant)
- Table OSC schema completee avec les 9 nouvelles routes

launcher/README.md : refactor complet
- Section 3 modes avec leur stack
- AV-Live-Body panneau de reglages (5 sections)
- Table de routage process spawnes
- Carte OSC ports 57121-57130

data_only_viz/web/README.md : nouveau fichier
- Architecture diagram bidir
- Description detaillee des 3 pages
- Variables d'env + protocole WebSocket
2026-05-13 20:05:15 +02:00
L'électron rare b639ce7823 docs(readme): refresh stats + add mermaid
- Reconcile counts with actual code:
  * tracks 345 -> 368 (23 albums x 16)
  * backgrounds: 26 ModelVis 3D + 18 ShaderVis + 3 C++
    scenes (Tunnel, VectorCubes, SphereWave)
  * PLY meshes 35 -> 27
  * shaders: 33 GLSL pairs (~65 files) made explicit
  * data_feeds 9 -> 11 modules (incl. GCN + YOLO pose)
- Add dedicated section for data_only_viz: Metal pose viz,
  7 backends, NLF SMPL mesh, OSC bridge back to sclang.
- Add 3 mermaid diagrams alongside ASCII fallbacks:
  top-level arch, audio reactivity, pose pipeline.
- Update architecture table + OSC port list.
2026-05-13 10:57:09 +02:00
L'électron rare 02de5302c9 feat: add realart web application with Hydra, WebGL, and OSC data feeds
- Implemented Hydra visualizations in `web_realart/public/hydra/app.js` and `index.html`.
- Created WebGL visualizer using Three.js and WebGPU in `web_realart/public/webgl/app.js` and `index.html`.
- Developed main landing page in `web_realart/public/index.html` to showcase different visualizations.
- Set up WebSocket server in `web_realart/server.js` to relay OSC messages to web clients.
- Added health check API endpoint for monitoring server status.
2026-05-11 07:21:04 +02:00
L'électron rare 32e68c0aca docs: README qui claque
Réécriture du README pour montrer la richesse réelle du
projet (avant : 3 visualizers ; maintenant 41 backgrounds,
35 modèles 3D, 14 logos OS, 15 démoparties, etc.).

Sections :
- Tagline + ASCII archi
- Features par composant (sound_algo / oscope-of / launcher)
- 15 démoparties listées avec touches AZERTY FR
- Live FX control complet (scenes, params, system)
- Pipeline audio reactivity Hantek → FFT → bandes
- Quick start macOS step-by-step
- Architecture détails + ports OSC
- Credits demoscene + greetings invitation
2026-05-07 23:46:06 +02:00
L'électron rare b7940d650f chore: initial scaffold
README with architecture diagram, GPL-3 license, .gitignore.
sound_algo/ and oscope-of/ to be added via git subtree.
2026-05-07 11:51:03 +02:00