Thelema is Kotlin multiplatform 3d graphics engine.
This project is maintained by zeganstyl
Thelema is multiplatform 3d graphics engine on Kotlin. It was based on libGDX sources and completely redesigned.
Enter your credentials to download engine libraries. How to get token.
repositories {
mavenCentral()
maven {
url = uri("https://maven.pkg.github.com/zeganstyl/thelema-engine")
credentials {
username = "username"
password = "token"
}
}
}
dependencies {
implementation("app.thelema:thelema-jvm:0.6.0")
}