
Multiplatform, concurrent Kotlin-first game engine built on WebGPU, still in alpha. Updated README is on Codeberg due to technical issues: https://codeberg.org/Laxystem/Spock.
[!NOTE] Spock is developed on Codeberg, and mirrored on GitHub.
[!CAUTION] Spock is in alpha. Backwards compatibility is intended but not guaranteed.
All modules are available on maven central.
// build.gradle.kts
repositories.mavenCentral()
val spock: String by properties
dependencies {
// core
implementation("quest.laxla:spock:$spock")
// any other module, e.g. util
implementation("quest.laxla:spock-util:$spock")
}[!NOTE] Spock is developed on Codeberg, and mirrored on GitHub.
[!CAUTION] Spock is in alpha. Backwards compatibility is intended but not guaranteed.
All modules are available on maven central.
// build.gradle.kts
repositories.mavenCentral()
val spock: String by properties
dependencies {
// core
implementation("quest.laxla:spock:$spock")
// any other module, e.g. util
implementation("quest.laxla:spock-util:$spock")
}