M
M
MDtox2018-03-01 14:54:27
Android
MDtox, 2018-03-01 14:54:27

What game engines do you know for Kotlin?

We need a cross-platform game engine for Kotlin, preferably 2D. Many people say use libGDX, but I doubt it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dumitru Preguza, 2019-05-20
@dyma_pre

The author above is certainly right, but I think I know what you need :) "cross-platform" keyword:
You write a common code once, it works the same on all platforms (everything is supported +-), it compiles to native bytecode for the target platform. You can test in a browser or in a desktop program, then check how it will look on Android, already tested and happy, everything out of the box, on coroutines.
Here it is: https://korge.soywiz.com
Of the minuses: it’s not clear (at least to me) how to work with the network if you want to make a multiplayer game, the code you write there must be implemented on all platforms under which the code will be compiled, they say you can use ktor websockets (because the framework is multi-platform ), haven't tried it yet. Those who worked in a multi-platform project on kotlin will understand me.
There are also these but I haven't tried them:
almasb.github.io/FXGL
https://libktx.github.io - yes they say good

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question