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-0.10.0.jar download
textratypist-0.10.0.pom download
textratypist-0.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tommyettinger</groupId>
  <artifactId>textratypist</artifactId>
  <version>0.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tommyettinger:textratypist:0.10.0'
Gradle Kotlin
implementation("com.github.tommyettinger:textratypist:0.10.0")
Scala SBT
libraryDependencies += "com.github.tommyettinger" % "textratypist" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tommyettinger', module='textratypist', version='0.10.0')
)
Apache Ivy
<dependency org="com.github.tommyettinger" name="textratypist" rev="0.10.0" />
Leiningen
[com.github.tommyettinger/textratypist "0.10.0"]
Apache Buildr
'com.github.tommyettinger:textratypist:jar:0.10.0'