Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What framework is google body browser built upon (if any)?

Can someone help me understand which framework (if any) is Google Body browser developed with?

OK, it's WebGL and Javascript, but are they using some GWT extension that allows WebGL interaction or are they writing the js by hand and then minifying or some other framework?

Any help appreciated.

like image 565
JohnIdol Avatar asked May 23 '11 10:05

JohnIdol


1 Answers

The library it's using is called tdl.js http://code.google.com/p/threedlibrary/

And here's the Google I/O session on the Google Body Android port http://www.google.com/events/io/2011/sessions/3d-graphics-on-android-lessons-learned-from-google-body.html

[edit]

Google Body was open sourced, woop! http://google-opensource.blogspot.com/2012/01/google-body-becomes-zygote-body-built.html

You can check out the source code from http://code.google.com/p/open-3d-viewer/

like image 170
Ilmari Heikkinen Avatar answered Oct 21 '22 11:10

Ilmari Heikkinen