From fe2d806d737391db1c85b1ed3a356f5460fde5b7 Mon Sep 17 00:00:00 2001 From: Emux Date: Mon, 22 Apr 2019 10:59:39 +0300 Subject: [PATCH] Update docs --- README.md | 1 + docs/Changelog.md | 1 + docs/Integration.md | 14 +++++++++++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 599f623e..9f6efd71 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ If you have any questions or problems, don't hesitate to ask our public [forum]( - **vtm-android-gdx** Android libGDX backend - **vtm-desktop** Desktop libGDX backend - **vtm-desktop-lwjgl** Desktop LWJGL backend +- **vtm-desktop-lwjgl3** Desktop LWJGL 3 backend - **vtm-playground** Desktop examples - **vtm-ios** iOS libGDX backend - **vtm-ios-example** iOS examples diff --git a/docs/Changelog.md b/docs/Changelog.md index 98cacb8d..b7b74cd8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,7 @@ ## New since 0.11.1 - vtm-desktop-lwjgl module [#714](https://github.com/mapsforge/vtm/pull/714) +- vtm-desktop-lwjgl3 module [#717](https://github.com/mapsforge/vtm/pull/717) - Many other minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.12.0) diff --git a/docs/Integration.md b/docs/Integration.md index bd69a66b..aecab10c 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -60,11 +60,23 @@ implementation 'org.mapsforge:vtm-desktop-lwjgl:[CURRENT-VERSION]' implementation 'com.badlogicgames.gdx:gdx:1.9.9' implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop' implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.9' +implementation 'com.github.blackears:svgSalamander:v1.1.1' +``` + +### Desktop (LWJGL) +```groovy implementation 'org.lwjgl.lwjgl:lwjgl:2.9.3' implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-linux' implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx' implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-windows' -implementation 'com.github.blackears:svgSalamander:v1.1.1' +``` + +### Desktop (LWJGL 3) +```groovy +implementation 'org.lwjgl:lwjgl:3.2.1' +implementation 'org.lwjgl:lwjgl:3.2.1:natives-linux' +implementation 'org.lwjgl:lwjgl:3.2.1:natives-macos' +implementation 'org.lwjgl:lwjgl:3.2.1:natives-windows' ``` ### JTS geometries