-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of rendering from offline generated layout #30
Comments
Hi Tod. Would something like this work: https://github.com/anvaka/ngraph.pixel/tree/master/demo/offline ? |
Wonderful, thank you. I had to do a bit of editing to get it to work (I am new with npm so it could be my mistake), namely the index.html from the "offline" folder is trying to pull "bundle.js" from the data folder, when it needs to pull it from the "offline" folder... and the package.json was not browserifying the offline demo... but with those minor changes, I had it working on my screen.
A really nice set of packages you have developed! Was going to be looking into http://anvaka.github.io/allnpmviz3d/? in more detail, but the offline demo I believe will be a much cleaner path forward.
Thank you again.
…-Tod
________________________________
From: Andrei Kashcha <notifications@github.com>
Sent: Saturday, May 20, 2017 2:53 PM
To: anvaka/ngraph
Cc: Amon, Tod T; Author
Subject: [EXTERNAL] Re: [anvaka/ngraph] Example of rendering from offline generated layout (#30)
Hi Tod. Would something like this work: https://github.com/anvaka/ngraph.pixel/tree/master/demo/offline
?
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#30 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEZdA1uze46rUV6bA9D0dhp4vHmz_yNXks5r71K9gaJpZM4Ngxw1>.
|
Hi, me too finding useful this example! graph.txt is already generated with IDs in hex numbers ( I need to add properties to links: proximity values: thinkness and colors will be rendered in function of link proximity. Could you post an example for that? I read in bundle.js your comments: what do they mean? // We need to use "dumb" links, otherwise it will be slow Could you post an example on how to map labels? Thank you! |
Very nice you show how to do offline layout for large graphs. Have not been able to find example demonstrating how to use this data and render in browser (ideally using three.js). Thanks.
The text was updated successfully, but these errors were encountered: