Hydra to Cinder (stream or websocket)
Written by Bruce LANE on December 23, 2020

Enjoying Hydra as a browser-based live-coding app, I added websocket support to allow the output to stream to my Videodrömm Cinder app.
60fps, nice!
Source code in my fork of Olivia Jack’s repo.


15th birthday
The problem is, when the tab in the browser loses focus, rendering is paused.
So I coded another way, using a websocket server, sending the fragment shader text to Cinder:

