Ooooh, I played around a bit with Godot, we created a very simple game with my kids (they provided the artwork) - did you manage to get it working? I haven't worked with C importing a lot, but I may take a look at this!
@badlogic for what it's worth: I support this too btw; but I don't know if it's already decided
k
krtko
08/04/2017, 6:26 PM
No I haven’t actually played with Kotlin in Godot or Godot’s new C interface. Godot is great but you were always required to use either C++ or their own custom Py like language.
Its not terrible, but for larger projects or projects where you want to share code with a server its no ideal
My normal go to is libGDX, 🙇 @badlogic, which I love and you can totally use it with Kotlin.
But its cross-platform story has been a bit muddled the last few years
Godot has the cross-platform story down, but I’m not sure if its open C interface will be compatible with their HTML compiler