Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 739 Bytes

desktop.md

File metadata and controls

19 lines (15 loc) · 739 Bytes

Desktop

To run the desktop samples can use the Gradle run task.

e.g. for vtm-playground can change the mainClassName to run each sample and pass args:

./gradlew :vtm-playground:run -Pargs=/path/to/map

To create a standalone executable jar, adapt the main class in build gradle, then run:

./gradlew :vtm-playground:fatJar

The jar file can be found in build/libs folder. Depending on the main class, pass args on execution via command line:

java -jar vtm-playground-master-SNAPSHOT-jar-with-dependencies.jar /path/to/map

To change the libGDX backend can replace the dependency: vtm-desktop-lwjgl or vtm-desktop-lwjgl3.