Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laxystem/spock

Kotlin/Multiplatform WebGpu Concurrent Game Engine
https://github.com/laxystem/spock

game-development game-engine kotlin kotlin-multiplatform webassembly webgpu wgpu

Last synced: about 1 month ago
JSON representation

Kotlin/Multiplatform WebGpu Concurrent Game Engine

Awesome Lists containing this project

README

        

# Spock Game Engine

> [!CAUTION]
> Spock is in alpha.
> Backwards compatibility is intended but not guaranteed.

## Maven

All modules are available on maven central.

```kotlin
// 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")
}
```