Thelema Engine

Thelema is Kotlin multiplatform 3d graphics engine.

This project is maintained by zeganstyl

logo

Thelema Engine

Awesome Kotlin Badge Discord

Thelema is multiplatform 3d graphics engine on Kotlin. It was based on libGDX sources and completely redesigned.

Download

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")
}

Quick Start

Live TeaVM tests

Live Kotlin/JS tests

Thelema vs LibGDX

youtube

Features

Work in progress

Things that may be implemented in future