Releases: gandie/interfaces-docker
Releases · gandie/interfaces-docker
2024 Facelift
Live usage improvements
This release is based on Lessons Learned during live performances.
New stuff:
- Live mode in p5 playground: Hide everything except p5 canvas for fullscreen mode, avoid loading data from DB which is useless when streaming data via websocket
- Caching in p5 playground: Only fetch new data when needed. This drastically speeds up working on the same piece of choreo!
- p5 sound library added to allow sound synthesis from choreo data
- Example code for sound synthesis and websocket data usage, based on r1b2's code
Bugfixes:
- Keybindings in p5 playground should now work as expected ( CTRL+S to download current code, CTRL+R to run current code )
First release
First release of Interfaces webapp! 🚀
Features:
- Multiple scanning techniques ( client-side tensorflowJS using multiple models, server-side mediapipe using BlazePose )
- Persistance of choreo data ( stored as JSON in postgreSQL database )
- p5js playground including examples to tinker with record visualization
- Live broadcasting choreo data via websocket ( using mediapipe web solution ), e.g. into Touchdesigner or a p5js sketch