[Interop-dev] GSoC 2017 netjsongraph.js progress report 1
Xiang Gao
(spam-protected)
Sun Jun 11 13:48:29 CEST 2017
Hi, all
Last week I developed 3 demos using 3 library and completed my stage task in my proposal :)
- improve webpack config for development
- develop 3 demos using Sigma.js, Pixi.js, Three.js respectively.
Sigma.js code looks very concise, but importing of its plugins (such as force layout plugin) in modern way is so hard, I have asked its author by issues: https://github.com/jacomyal/sigma.js/issues/871 <https://github.com/jacomyal/sigma.js/issues/871>. but it not work for me, so I have to wait their respond.
Pixi.js and Three.js I used it only to render d3 force layout. And three.js looks slow than Pixi.js but its slowness may caused by lines render way. So I plan to use anther way to draw line between nodes to improve its performance, maybe.
I haven’t wrote section that explain how to run my demo in README, because it’s only experiment.
So I write it here:
git clone dev branch
yarn install // or npm install
npm start // replace `entry` in webpack.config.js to check different demo
next week plan:
- discuss with mentor to decide to use which library finally
- add performance tests for it
Best regards
Xiang
------
高翔
Email: (spam-protected) | (spam-protected)
WeChat: geekplus
Blog: http://geekplux.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.funkfeuer.at/pipermail/interop-dev/attachments/20170611/80b6df11/attachment.html>
More information about the Interop-dev
mailing list