Does anyone have an experience using Kotlin with G...
# gamedev
k
Does anyone have an experience using Kotlin with Godot?
k
Ya thanks, I was just curious if anyone had actually done it.
j
I started down the path briefly, but was running into an issue where much of Godot’s nativescript API requires passing pointers to functions which return structs by value. As far as I’m aware that’s something K/N isn’t currently able to do.
It’s quite possible I was fundamentally misunderstanding the problem, though.
k
Oh thanks for responding! I have been curious how Kotlin Native plans on handling Value types. The JVM's lack of value types feels like the largest feature it lacks.
o
I would recommend moving the talk to #kotlin-native because there you can have an answer from the team
k
I did originally, but Justin answered my question. Thank you! :)
o
Well, on weekend not much people are active 🙂