[Interop-dev] GSoC 2017 netjsongraph.js progress report 1
Nemesis
(spam-protected)
Mon Jun 12 11:40:47 CEST 2017
On 06/11/2017 01:48 PM, Xiang Gao wrote:
> 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. 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/
> /
> /
I'm getting this error whan launching npm start:
/var/www/netjsongraph.js/node_modules/eslint-loader/index.js:17
class ESLintError extends Error {
^^^^^
Hash: b3f9f9780406d097b3d8
Version: webpack 1.15.0
What am I doing wrong?
Federico
More information about the Interop-dev
mailing list