Skip to content

Releases: glowbox/EigRunSkipPlay

v0.1.1

17 Jul 04:32

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • Fix Zone OSC messages not getting sent
  • Update unity example to respond to Zone messages.
  • If the average of Zone acceleration is higher than 3, scale the boids.

v0.1

15 Jul 22:45

Choose a tag to compare

v0.1 Pre-release
Pre-release

First release of basic infrastructure to stream data from 128 players (phones) to a socketio server, which aggregates the data and then sends it to the OSC Bridge, which translates this to OSC for the Unity OSC Example to visualize.

  • frontend phone client to send sensor data over websockets
  • socketio server running on AWS EC2
  • electron app to translate websocket to OSC
  • unity app to demonstrate OSC data

Notes:

  • phone client should have rotation locked to portrait
  • tap the phone at least once to keep it from going to sleep