open744 / terramaster

GUI scenery manager for FlightGear, now maintained by portree-kid.

Home Page:https://portree-kid.github.io/terramaster/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TerraMaster

GUI for managing FlightGear scenery collections

This software makes use of:

  1. The SVNKit library from TMate Software http://svnkit.com
  2. The Java Map Projection Library http://www.jhlabs.com/java/maps/proj/
  3. JarClassLoader from JDotSoft http://jdotsoft.com/JarClassLoader.php
  4. Free icons from Aha-Soft http://www.small-icons.com/packs/24x24-free-application-icons.htm
  5. The Global Self-consistent, Hierarchical, High-resolution Geography Database (GSHHG) https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html
  6. FlightGear multiplayer map server for airport & navaid lookup http://mpmap02.flightgear.org

Build instructions:

  1. You need Apache Ant to build.
  2. Grab the source code.
  3. The required libraries are already in the LIB subdirectory.
  4. 'ant' to do the work.

Run instructions:

  1. Start the program using the command "java -jar terramaster.jar" (double-clicking the terramaster.jar file may also work)
  2. Click the 'Settings' icon to set the path to your FlightGear scenery folder.
  3. User preferences are stored in the file "terramaster.properties".

About

GUI scenery manager for FlightGear, now maintained by portree-kid.

https://portree-kid.github.io/terramaster/

License:GNU General Public License v2.0


Languages

Language:Java 99.9%Language:Makefile 0.1%