Studio Demos
openFrameworks Visual Sync
Placeholder for an artist-facing openFrameworks integration.
PlannedLocal setup requiredPlannedTimeline Array
What this demo proves
This reserves an installation and creative-coding workflow where openFrameworks participates alongside browser and script demos using the same array and state contracts.
Payload types
ArrayFloatJSON / object
Channel names
demo.openframeworks.visualPlanned shared visual channel for openFrameworks creative-coding demos.
demo.array.trailShared trail and sample-array channel for creative coding visuals.
Example payload
{
"samples": [
0.12,
0.48,
0.91,
0.63
]
}
Compatibility notes
Browser JavaScriptNative
Node.jsNative
PythonNative
p5.jsNative
ProcessingNative
ArduinoJSON wrapped
ESP32 / ESP8266JSON wrapped
Serial bridgeAdapter required
TouchDesignerNot yet supported
Run online
- Source-first only for now.
Run locally
- Use ofApp.h and ofApp.cpp as the baseline visual scaffold.
- Replace the placeholder sample array with live DataNet values from demo.array.trail.
Expected output
- The app skeleton turns the canonical timeline-array contract into an openFrameworks visual baseline.
Troubleshooting
- This example is repo-source rather than a packaged project template.