Create SimpleAnimationRunner and RandomAnimationsRunner

This commit is contained in:
2021-03-20 21:20:09 +01:00
parent 1a6e1bd08d
commit 5e82724ba7
7 changed files with 386 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ repositories {
dependencies {
implementation "org.joml:joml:${jomlVersion}"
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation "org.apache.commons:commons-math3:${apacheCommonsVersion}"
}