Skip to content

jdutta/threejs-time-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threejs-time-machine

A time-machine viz using both THREE.js and d3.

THREE.js makes WebGL powered 3D graphics easier and by now it is supported in major browsers. Here is the experiment to visualize time-series based data. Let us consider that at each timestamp we have values of multiple series/category. We can traverse through the time like in a time machine. The depth perception is made realistic by the use of translucent panes of glass at each timestamp, and also we have a subtle fog effect to fade out values far out.

d3.js on the other hand is very useful for things like scales, for this particular example.

About

A time-machine viz using both three.js and d3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages