Skip to content

Commit

Permalink
Pushed ngraph pixi test with thousands of nodes. uf6/design#8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Sep 8, 2014
0 parents commit 47808d2
Show file tree
Hide file tree
Showing 23 changed files with 39,455 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Open Oil

Create data file.

curl -d @ngraph_cypher.json -H accept:application/json -H content-type:application/json http://localhost:7474/db/data/cypher | json data | json 0 | json 0 > ngraph_results.json

Compile

npm start

# Fabric.js and ngraph

This folder shows how to use [`ngraph.fabric`](https://github.com/anvaka/ngraph.fabric) as
a graph rendering engine.

[![rendered from node.js](https://raw2.github.com/anvaka/ngraph.fabric/master/example/node.js/outGraph.png)](http://anvaka.github.io/ngraph/examples/fabric.js/Node%20and%20Browser/index.html)

NB: Image above was [rendered from Node.js](https://github.com/anvaka/ngraph/tree/master/examples/fabric.js/Node%20and%20Browser).
Click on the image to see interactive version rendered by the same code in your browser.
Loading

0 comments on commit 47808d2

Please sign in to comment.