Update documentation

This commit is contained in:
Emux 2018-01-10 21:21:33 +02:00
parent 80634a4adf
commit 5093f292ba
No known key found for this signature in database
GPG Key ID: 89C6921D7AF2BDD0
2 changed files with 9 additions and 1 deletions

View File

@ -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

8
docs/desktop.md Normal file
View File

@ -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
```