-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pushed ngraph pixi test with thousands of nodes. uf6/design#8
- Loading branch information
0 parents
commit 47808d2
Showing
23 changed files
with
39,455 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.