t

textratypist

A libGDX text-display library centered around a label that prints over time, with effects and styles.
https://github.com/tommyettinger/textratypist/
The Apache Software License, Version 2.0
Tommy Ettinger
Files download
File Operation
textratypist-1.1.0.jar download
textratypist-1.1.0.pom download
textratypist-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tommyettinger</groupId>
  <artifactId>textratypist</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tommyettinger:textratypist:1.1.0'
Gradle Kotlin
implementation("com.github.tommyettinger:textratypist:1.1.0")
Scala SBT
libraryDependencies += "com.github.tommyettinger" % "textratypist" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tommyettinger', module='textratypist', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.tommyettinger" name="textratypist" rev="1.1.0" />
Leiningen
[com.github.tommyettinger/textratypist "1.1.0"]
Apache Buildr
'com.github.tommyettinger:textratypist:jar:1.1.0'