# openFrameworks Demo

Source-first openFrameworks baseline for a future DataNet-powered visual app.

This is not a packaged SDK or finished addon yet. Right now it is a minimal
visual placeholder that shows the intended draw-loop shape for an
openFrameworks integration.

## Current files

- `ofApp.h`
- `ofApp.cpp`

## Intended channel

- `demo.array.trail`

## What exists today

- a small `ofApp` that draws array-style sample values
- a placeholder `update()` method where DataNet subscription handling will go
- a clean starting point for an artist-facing openFrameworks sketch

## What is still missing

- actual DataNet auth and WebSocket connection code
- dependency/setup instructions for a clean openFrameworks project
- one real subscribe example using live channel data
- one optional publish example if we want openFrameworks to be a sender too

## Recommended next step

Treat this as an example-app integration, not a reusable SDK, until there is a
working end-to-end sketch that connects to DataNet and updates the visual state
from live messages.
