ablack13 / korge

KorGE Game Engine. Multiplatform Kotlin Game Engine & Korlibs

Home Page:https://korge.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KorGE

Multiplatform Kotlin Game Engine

Build Status Maven Central Discord

Support korge

If you like korge, or want your company logo here, please consider becoming a GitHub sponsor ★,
in addition to ensure the continuity of the project, you will get exclusive content.

Info about the project:

Usage:

KorGE and all the other korlibs in a single monorepo.

To use this version in other projects, you have to publish it locally to mavenLocal, and then use 2.0.0.999 as version:

./gradlew publishToMavenLocal

If you want to make changes and easily try things. You can run the korge-sandbox module that runs the src/commonMain/kotlin/Main.kt file; you can make experiments there:

./gradlew :korge-sandbox:runJvm
./gradlew :korge-sandbox:runJs
./gradlew :korge-sandbox:runNativeDebug
./gradlew :korge-sandbox:runNativeRelease
./gradlew :korge-sandbox:runAndroidRelease
./gradlew :korge-sandbox:runIosDeviceRelease

About

KorGE Game Engine. Multiplatform Kotlin Game Engine & Korlibs

https://korge.org/

License:Other


Languages

Language:Kotlin 94.3%Language:Java 3.8%Language:Lua 0.8%Language:JavaScript 0.6%Language:C 0.4%Language:C++ 0.1%Language:HTML 0.0%Language:Shell 0.0%Language:CMake 0.0%Language:CSS 0.0%Language:Batchfile 0.0%