TACC / MassivePixelEnvironment

Massive Pixel Environment (MPE) is a Processing library for easily extending sketches to distributed display environments.
Other
53 stars 10 forks source link

Implement Event Model for Broadcast Events #1

Open bmwesting opened 11 years ago

bmwesting commented 11 years ago

Event-based model would keep users from having to use structured for input events. A user could register an event with a function, and the function would be called when the event occurs.