Skip to content

Releases: gandie/interfaces-docker

2024 Facelift

19 May 12:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v2.0

Live usage improvements

30 Aug 12:43
Compare
Choose a tag to compare

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

26 Jun 16:35
Compare
Choose a tag to compare

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