I've been thinking about building a kmp project to...
# multiplatform
t
I've been thinking about building a kmp project to share my game logic with whatever game framework I decide to consume my kmp library with. The more I thought about it, the more I realized that the only two things off of the top of my head that I'm not sure if there is a kmp library for is: rendering and input. There are kmp libraries out there to cover my needs for everything else my game will need. Y'all know of any good kmp libraries to render games? I just need 2d rendering.
s
Will something like this be useful? I haven’t tried this personally, so curious to know how it goes https://littlekt.com/
t
Very cool project but unfortunately I am targeting ios and android which lil kt does not support. I might go with lib gdx.
Thank you for the reply!
👍 1
s
Ah my bad I misread and thought it supported other platforms