An open API service indexing awesome lists of open source software.

https://github.com/realazthat/regl-pipeline

regl-pipeline is a pass manager and pass dependency graph editor for regl, an API for webgl.
https://github.com/realazthat/regl-pipeline

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

regl-pipeline
---

**regl-pipeline-editor:**

![](http://i.imgur.com/Ss8SPlK.png)

####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](https://realazthat.github.io/regl-pipeline/master/www/regl-pipeline-editor/regl-pipeline-editor.html)
master | [regl-pipeline-demo](https://realazthat.github.io/regl-pipeline/master/www/regl-pipeline-demo/index.html)
develop | [regl-pipeline-editor-demo](https://realazthat.github.io/regl-pipeline/develop/www/regl-pipeline-editor/regl-pipeline-editor.html)
develop | [regl-pipeline-demo](https://realazthat.github.io/regl-pipeline/develop/www/regl-pipeline-demo/index.html)

####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