-
Notifications
You must be signed in to change notification settings - Fork 14
Where to get the library
damios edited this page Mar 21, 2020
·
7 revisions
This library is on jitpack ( ), so can very easily be used in one's favourite dependency management framework.
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.crykn:libgdx-screenmanager:X.Y.Z'
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.crykn</groupId>
<artifactId>libgdx-screenmanager</artifactId>
<version>X.Y.Z</version>
</dependency>
To get the library working with GWT take a look here.
- Home
- Setup
-
Usage
- Quickstart!
- Screen Lifecycle
- Available transitions
- Technical stuff