reflex-dom-fragment-shader-canvas

A reflex-dom widget to draw on a canvas with a fragment shader program

https://github.com/nomeata/reflex-dom-fragment-shader-canvas

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Joachim Breitner
Maintained by [email protected]

This simple reflex-dom widget takes a Dynamic t Text value representing the source code of a WebGL fragment shader, and renders it to a HTML canvas element.

A live demo can be found at https://nomeata.github.io/reflex-dom-fragment-shader-canvas/.

It also provides possible compiler errors in another Dynamic t Text.