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.
- Host: GitHub
- URL: https://github.com/realazthat/regl-pipeline
- Owner: realazthat
- License: mit
- Created: 2016-08-31T04:06:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T08:51:44.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T22:24:02.854Z (3 months ago)
- Language: JavaScript
- Size: 7.96 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](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