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
java -jar GpxAnimator.jar --input track.gpx
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.
For your first contribution to this repository, you can take a look at the issues listed here: Good first issue
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.
To start GPX Animator from the sources, simply run the following command:
./gradlew run
If not already done, the project will be compiled automatically.
In the directory src/test/
tests are located that can be run with the following command:
./gradlew test
- supports multiple GPX tracks with multiple track segments
- skipping idle parts
- configurable color, label, width and time offset per track
- configurable video size, fps and speedup or total video time
- background map from any public TMS server
Icons included in application and their source:
- Airplane icon made by Freepik from flaticon.
- Bicycle icon made by Freepik from flaticon.
- Bus icon made by monkik from flaticon.
- Car icon made by Smashicons from flaticon.
- Jogging icon made by Freepik from flaticon.
- Riding icon made by mynamepong from flaticon.
- Sailing icon made by Freepik from flaticon.
- Ship icon made by Freepik from flaticon.
- Tramway icon made by Freepik from flaticon.
- Train icon made by Smashicons from flaticon.
- Trekking icon made by monkik from flaticon.
To create the installers, we use a free license of Install4J for open-source projects.