issues
search
Chreage
/
chreage
chreage
1
stars
2
forks
source link
find data visualisation
#2
Open
jeromeetienne
opened
10 years ago
jeromeetienne
commented
10 years ago
we need to visualise the data on screen. how do we do that ?
status
very very initial experimentation can be found here
https://github.com/jeromeetienne/alexa-viewer
it is based on alexa data which are
less than perfect
- see #1
jeromeetienne
commented
10 years ago
considering lsystem
we should experiment in this direction
to simulate the living in the virtual world
seems like a nice library
https://github.com/jeromeetienne/lsystem-js
maybe just start with something simple, like existing lsystem formula ?
http://en.wikipedia.org/wiki/L-system
pick one
jeromeetienne
commented
10 years ago
considering mass-spring system
if we consider url as node/mass, and tags as springs, it should be possible to display the info as a mass-spring system
PRO: it is dynamic and flexible
PRO: it can visualize many data graphs
CON: not life like
jeromeetienne
commented
10 years ago
d3js as inspiration
d3js is a 2d library which specialize in visualizeing of graph-like data
http://d3js.org/
we need to visualise the data on screen. how do we do that ?
status