FullEarth is an OpenGL 3D globe representation of earthquakes around the world. It uses GEOJSON has sources and is compatible with USGS notification service. The software is currently in his infancy, it delivers basic manipulation but still miss a large number of features.
LIB | Version | Description |
---|---|---|
FLTK FLTK-Image FLTK-GL |
1.3.4 | An open source GUI library working on all platform. Can be compiled has a static library, reducing the number of DLL for windows platforms. |
OpenGL | 19.0.8 | The 3D base software. |
CURL | 7.58.0 | Software to interact with web servers. |
OpenSSL | 1.0.2-nss | Encryption Software. Used by Curl Fto communicate with USGS servers using HTTPS protocol. |
GLU | 9.0.0 | Extension for OpenGL |
GLEW | 2.0 | OpenGL loaders added to the software to add compatibility with Window OS. Sadly, I was not hable to compile on Windows Platform... (I NEED HELP HERE) |
Install the dependency for your OS, then the easy way is to use CMAKE.
For Debian based system its look like this:
sudo apt install build-essential libcurl4-openssl-dev libglew-dev libfltk1.3-dev libglu1-mesa-dev;
Then use cmake:
cd FullEarhDir;mkdir build;cd build;cmake ../; make;mv Fullearth ..;
There is no install or starting script for now, Fullearth need to be executed in it's directory.
Precompiled Versions:
Platforme | Processor | Link |
---|---|---|
Linux | x86_64 | FullEarth-0.1.5-Linux.tar.gz FullEarth-0.1.5-Linux.deb |