Hacker News new | ask | show | jobs
by rauar 4863 days ago
To be fair: I took one of the Google Chrome Experiments (can't find the exact demo right now but here's where they are hosted: http://www.chromeexperiments.com/webgl/), stripped it down, customized it (using particles instead of animated lines) and pump the geo data into the globe.

So I'd say with Three.js, Google's code for the Globe it's in the end just a couple of Javascript lines for the page and the customization of the globe. I'd say 98% is open source from a technical perspective.

2 comments

It's a similar one but not exactly the one I started off. I used the one which shows the world population for 3 predefined years.
Yes, that's it.
Interesting. Would be great to have something like that with interaction built out as a simple component. Hmm...
Hmm. I think a component would be possible but then it would be rather "static". Customizing it to your needs would most probably mean changing code in most cases ...