Skip to content

Instantly share code, notes, and snippets.

@cerw
Last active January 9, 2017 02:17
Show Gist options
  • Save cerw/9b7a750560fcdb8e72444e58c029f236 to your computer and use it in GitHub Desktop.
Save cerw/9b7a750560fcdb8e72444e58c029f236 to your computer and use it in GitHub Desktop.
Leap Art Project
Goal:
Control screen (projector) infront of user without keyboard and interact with room lights and sound.
Actions:
Frontend:
* user can press object to play video
* user can cancel playback of video
* user can control density of the light/sound
* user can change "themes" of room by pressing object/button
* user can navigate camera with one hand to "drive" to scene so he can pick "theme" or "video"
* api can add new video into 3D Scene
* api shoudl produce WebSocket back to socket.io with position of hand or event based (click on object) so i can then trigger sound and DMX light via OSC
Models:
* video - captured video of user
* victim - mobile phone connected to Wifi
* themes - predefined scene of lights + sound
Backend API:
* can store/show video, retreive thumnaul + path to video
* can store/show victim information
* can trigger themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment