KorGE alternatives and similar libraries
Based on the "Game Development" category.
Alternatively, view KorGE alternatives based on common mentions on social networks and blogs.
-
LittleKt
A multiplatform WebGPU 2D game framework written in Kotlin. Build your own game engine on top. -
AdventKT
A Kotlin-based DSL for text adventures, with a partial replica of the classic Colossal Cave as an example.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of KorGE or a related project?
Popular Comparisons
README
KorGE Multiplatform Kotlin Game Engine
<!-- BADGES --> <!-- /BADGES -->
<!-- SUPPORT --> 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. <!-- /SUPPORT -->
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 999.0.0.999
as version:
```shell script ./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:
```shell script
./gradlew :korge-sandbox:runJvm
./gradlew :korge-sandbox:runJs
./gradlew :korge-sandbox:runNativeDebug
./gradlew :korge-sandbox:runNativeRelease
./gradlew :korge-sandbox:runAndroidRelease
./gradlew :korge-sandbox:runIosDeviceRelease
KorGE Samples
KorGE Modules
Traditionally all the KorGE modules were published to central and their source code was available here, now they are available via kproject in these repositories: