I'd love to see a game engine that targets multipl...
# multiplatform
k
I'd love to see a game engine that targets multiple platforms like libGDX that's designed with Kotlin in mind. libGDX works well with Kotlin for desktop stuff, but the HTML5 exporting doesn't work because it uses GWT, which translates Java source code, not bytecode, AFAIK