cdietze / klay

A Kotlin game development framework for multiple platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Klay

JitPack Release Build Status

A Kotlin game development framework for multiple platforms.

Klay is a port in Kotlin of the PlayN Project.

Currently there is only a JVM backend.

Building

The library is built using Gradle.

Invoke ./gradlew build to build.

Invoke ./gradlew publishToMavenLocal to install the JARs to your local maven repository.

Demo

./gradlew :klay-demo:klay-demo-jvm:run will launch the JVM klay demo.

./gradlew :tripleklay:tripleklay-demo:tripleklay-demo-jvm:run will launch the JVM tripleklay demo. tripleklay is a port in Kotlin of the utility library Triple Play.

License

Klay is released under the Apache License, Version 2.0 which can be found in the LICENSE file and at http://www.apache.org/licenses/LICENSE-2.0 on the web.

About

A Kotlin game development framework for multiple platforms

License:Apache License 2.0


Languages

Language:Kotlin 100.0%