I was reading up on the native kotlin info page an...
# announcements
a
I was reading up on the native kotlin info page and it mentions game development. I was thinking of how that would be used. Would it be used as like just scripting for events and whatnot or like full on games? I'm sure it seems obvious but I'm a game design student and I wanna know how it will work, according to plans, so that I could possibly use kotlin for games that I make, depending on how it will be designed
m
Game engines traditionally based on Java can profit nicely from the conveniences provided by Kotlin, as far as I’ve read. LibGDX comes to mind: https://github.com/libgdx/libgdx/wiki/Using-libGDX-with-Kotlin - I have only ever used it in Java before, though, and that was a couple of years ago
a
Ah alright!
k
But that's not native, right?
m
LibGDX is basically just a pretty cross-platform wrapper around OpenGL, so it’s completely native in that regard
e
There also exists libktx https://libktx.github.io/