Software related to visualizations and physical simulations with music
Some of this requires python, for an HTML server, and for OSC and WebSocket servers.
After cloning or installing, run runServers.py in top level (for more specific control of servers, see below)
Then open http://yourhost:8000
This should give you a listing with some demos that can be run.
For additional demos using a Kinect or to have more control over ports here are some other options:
WSServer will run just the WebSocket server on default port of 8100 httpServer8000.py will just run HTTP serveron on port 8000 httpServer8001.py will just run HTTP serveron on port 8001 WebSockets/Kin_OSC_WS_8100.py will run a WebSocket server on port 8100 that also includes an OSC server that can receive Kinect messages and forward them to any connected websockets.