nmondon / nosdeputes

datavis tests with d3.js and three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nos députés

A WebGL attempt using the API of Regards Citoyens with three.js & d3.js. the application is available on heroku

Hemicycle

Installation

npm install

Launch

node index.js

and then open the index page

Dependencies

Resources

Todo list (for the record)

  • add a selector to change parameter : OK
  • display the selected depute : OK
  • align boxes with a rotation : OK - use cylinders instead
  • outline effect on depute selection : OK
  • add mean for each party : OK
  • add a transition on criterion change : OK
  • display max and min, mean, median, ... for each criterion
  • add a search box : OK
  • branch API with a server side : OK
    • enhance selected depute's display : picture, ... : OK
    • display more information
  • fix "Matrix3.getInverse(): can't invert matrix, determinant is 0"
  • fix M key display full screen : OK
  • threejs r68 compatibility : OK

About

datavis tests with d3.js and three.js

License:MIT License


Languages

Language:JavaScript 95.6%Language:CSS 4.4%