emptyflash / yinlang

ML-style language that compiles to GLSL for livecoding visuals
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Build websocket live reload runtime #3

Open emptyflash opened 4 years ago

emptyflash commented 4 years ago

It'd be cool to have a yin serve that does basically what shadersocket does, but less hacky and implemented in Haskell

emptyflash commented 3 years ago

This could also do the compilation in the browser via GHC.js, so the server would only need to send yin code

emptyflash commented 2 years ago

Actually, it would be pretty cool to have the entire environment running in the browser