@hackage reflex-dom-fragment-shader-canvas0.2

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

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.