View on GitHub

fragapi.js

A JavaScript library for easy creation of of WebGL pixel graphics

Download this project as a .zip file Download this project as a tar.gz file

As of now, very much work-in-progress.

One simple example: the following code

FrameBuffer.create2D("examples/mandelbrot.fragp")
           .renderToCanvas("canvas");

does this: