are people using kotlin native for ios game develo...
# kotlin-native
c
are people using kotlin native for ios game development? it would be great for cross platform game logic that is shared between ios and android.
o
I don’t think so, most game developers use some kind of a game engine, and there is none that works with Kotlin/Native yet.
a
SDL?
o
SDL is not a game engine, it’s too low level.
l
https://github.com/godot-addons/godot-kotlin there seems to be some people that want to do kotlin native godot bindings
a
Yes. I am building educational games. We wrote them natively, for speed, variety. Now porting them from Java -> Kotlin + Kotlin-Native (iOS). I started blogging about it: https://medium.com/@anaredmond/cross-platform-game-1-of-afbb8b16c3f7
👍 1
c
did you also publish source?
a
@christophsturm Bits and pieces... along with the blog. No plans to publish full source of 60+ screens. I plan to publish source for a sample screen at some point. Right now am in crunch mode to get it all to production.
👍 1
a
I have seen it, good luck for them