Files
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

24 lines
536 B
TOML

[project]
name = "av-live-data-feeds"
version = "0.1.0"
description = "Real-world data → OSC bridge for AV-Live (SuperCollider + openFrameworks)"
requires-python = ">=3.11"
dependencies = [
"python-osc>=1.8.3",
"httpx>=0.27",
"websockets>=12.0",
"aiomqtt>=2.3",
"tomli>=2.0;python_version<'3.11'",
"skyfield>=1.49",
]
[project.optional-dependencies]
pose = [
"opencv-python>=4.10",
"ultralytics>=8.3", # YOLOv8/v11-pose (CoreML/MPS sur Apple Silicon)
"numpy>=1.26",
]
[tool.uv]
package = false