From 5093f292ba331d5cb9dbace91aa32f00605f3f89 Mon Sep 17 00:00:00 2001 From: Emux Date: Wed, 10 Jan 2018 21:21:33 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- docs/desktop.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/desktop.md diff --git a/README.md b/README.md index fba53ffc..395c0c83 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you have any questions or problems, don't hesitate to ask our public [mailing - Backends: - Android - iOS (using libGDX/RoboVM, [instructions](docs/ios.md)) - - Desktop (using libGDX/LWJGL) + - Desktop (using libGDX/LWJGL, [instructions](docs/desktop.md)) - HTML5/WebGL (using libGDX/GWT, [instructions](docs/web.md)) ### Projects diff --git a/docs/desktop.md b/docs/desktop.md new file mode 100644 index 00000000..20150e7f --- /dev/null +++ b/docs/desktop.md @@ -0,0 +1,8 @@ +### Desktop + +To run the desktop samples can use the Gradle `run` task. + +e.g. for `vtm-playground` can change the [mainClassName](../vtm-playground/build.gradle) to run each sample and pass args: +```groovy +./gradlew :vtm-playground:run -Pargs=/path/to/map +```