Earth3D

From wiki.gis.com
Jump to: navigation, search
Earth3D
Earth3d.jpg
Screenshot of Earth3d running under Linux
Developer(s) Dominique Andre Gunia
Initial release August 2004
Written in C++, Java
Operating system Windows 2000, XP & Vista, Mac OS X, Linux
Language english
Type Virtual globe
License GPL
Website http://www.earth3d.org/

Earth3D was developed as part of a diploma thesis to display a virtual globe of the earth. It was developed before Google bought Keyhole, Inc and changed their product into Google Earth. Earth3D downloads its data (satellite imagery and height data) from a server while the user navigates around. The data itself is saved in a Quadtree.

The original version of Earth3D was developed using Trolltech's QT framework. Later a version built with Java and JOGL was developed. But the demand for a Java based version was very little. This may be because NASA's WorldWind also has an open source Java version. So most people wanted to use a C++ based globe in their applications. That was the reason why a minimalized version, the Earth3dlib was developed. It contains only the most necessary functions to display the earth itself and to add own visualizations to it.

All these three projects can be retrieved from Sourceforge's CVS (C++) or Subversion (Java) repository.

External links