regl-pipeline icon indicating copy to clipboard operation
regl-pipeline copied to clipboard

regl-pipeline is a pass manager and pass dependency graph editor for regl, an API for webgl.

regl-pipeline

regl-pipeline-editor:

####Description

regl-pipeline is a pass manager and pass dependency graph editor for regl, an API for webgl.

See regl-pipeline-demo.js for usage.

####Live demo

branch demo
master regl-pipeline-editor-demo
master regl-pipeline-demo
develop regl-pipeline-editor-demo
develop regl-pipeline-demo

####Run the demo

To run the demo, run:

    cd ./regl-pipeline
    
    #install npm dependencies
    npm install
    bower install the-graph

    
    #browser should open with the demo
    budo regl-pipeline-editor/regl-pipeline-editor.js -s regl-pipeline-editor/regl-pipeline-editor.js -d .

    #browse to http://localhost:9966/regl-pipeline-editor/regl-pipeline-editor.html

####Usage

####Docs