sleexyz / hylogen

GLSL embedded in Haskell
https://hylogen.com
480 stars 25 forks source link

Send OSC from main executable #76

Open sleexyz opened 7 years ago

sleexyz commented 7 years ago

Right now OSC only works when running the node server in conjunction with hylide. To do this is way too complicated to ask of any user.

Instead, OSC should be enabled via a command line flag of the main hylide executable.

We can use vivid-osc and forward osc packets to the web client via websockets.