GPX Animator

Introduction

GPX Animator generates video from GPX files. More information can be found at https://gpx-animator.app.

For program help run:

java -jar GpxAnimator.jar --help

Basic usage

java -jar GpxAnimator.jar --input track.gpx

Contributing

You can open this project in a preconfigured Gitpod online IDE based on Theia (Visual Studio Code) and edit, run, test, debug and commit directly from your browser.

Open in Gitpod

For your first contribution to this repository, you can take a look at the issues listed here: Good first issue

Build

GPX Animator uses the Gradle build system to create the JAR file. You don't need to have Gradle installed on your system, this project makes use of the Gradle Wrapper.

./gradlew assemble

After a successful build, the JAR file can be found in the build/libs directory.

Run

To start GPX Animator from the sources, simply run the following command:

./gradlew run

If not already done, the project will be compiled automatically.

Test

In the directory src/test/ tests are located that can be run with the following command:

./gradlew test

Features

Tutorials

Credits

Icons included in application and their source:

To create the installers, we use a free license of Install4J for open-source projects.

Install4J multi-platform installer builder