What’s a good feature complete game engine/framewo...
# gamedev
b
What’s a good feature complete game engine/framework written in kotlin-native? (I’d ultimately like to target MacOS/PC/maybe consoles)
h
If you're interested in making 2D games, check out Korge #korge https://korge.org/
m
Korge uses a "wooden" swing, I wouldn't recommend it in bigger projects since it can starts to be clumsy. If you want make some more advanced games with modern multimodule approach, the only option for now is to use LWJGL with OpenGL/Vulkan 🙂.
As for kotlin-native it's not stable either and I advise against it, especially if you're looking for performance, jvm is much better.