-
-
Save cerw/9b7a750560fcdb8e72444e58c029f236 to your computer and use it in GitHub Desktop.
Leap Art Project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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