Download of Earth3D
Earth3D is available for Linux, MacOS X and Windows. It is available as Java (using JOGL) and C++ (using QT and OpenGL) application. If you want to embed it into your own application take a look at Earth3d Lib.
Java Webstart (all platforms)
I have ported the program to Java and JOGL. It is not yet finished and has some less features, but it works and you can start it by simply clicking the download link. Everything is installed and started automatically, you only have to install Java (1.4 or higher), if it is not already on your computer (otherwise you can download the Java Runtime Environment (JRE) here). It works on Linux, Windows and Mac OS X (all tested).
Download Earth3D using Java Webstart
You can also try to start the Development Version of Earth3D using Webstart, that contains some new features and is faster and better but may be not so well tested.
Linux
- The current stable version is 1.0.5. It can be downloaded from
Sourceforge
(where
you can also get the sources) or from this web site. The
.tar.bz2 archive contains three files (including the Qt library). The other archive contains only
the executable that you can use if you have a compatible QT
version (I am currently using QT 3.3.4, but any version of QT 3 should be usable).
NoteIf you have problems downloading these files, you can also download them here from Sourceforge's download section.-
Current version:
- Executable: earth3d-1.0.5-withoutQT.tar.bz2
- Source: earth3d_client-1.0.5-src.tar.bz2
-
Old versions:
- earth3d-1.0.2.tar.bz2
- A Debian package is available through the standard debian repository, thanks to Petter Reinholdtsen!
- earth3d-1.0.2-1.102mcnl.i586.rpm (RPM for Mandriva Linux, thanks to Marco Meijer!)
- earth3d-1.0.1-1.rhfc2.nr.i386.rpm (RPM (version 1.0.1) for Fedora Core 2, thanks to Rudolf Kastl!)
-
Current version:
- Installation:
- Unpack the archive with
tar xvjf earth3d.tar.bz2
and run the included shell script with
sh start.sh
-
If this does not work, try to start it without the library:
./earth3d
- If you still have problems, please write me a mail to webmaster@earth3d.org
- Unpack the archive with
MacOS X
- For MacOS X (10.2 and better) there is one .dmg file you have to download and start by double clicking on the icon. It is still version 1.0.1 but the only difference to the new 1.0.2 version is that 1.0.1 lacks http proxy support.
Windows
- A windows executable is now available from
Sourceforge.
- If you have problems with this release, you can try an older one from the
release list.