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
Scott Lanoue
01/23/2025, 11:32 PM
Will something like this be useful? I haven’t tried this personally, so curious to know how it goes
https://littlekt.com/
t
Tyler Wilbanks
01/24/2025, 12:39 AM
Very cool project but unfortunately I am targeting ios and android which lil kt does not support. I might go with lib gdx.
Tyler Wilbanks
01/24/2025, 12:40 AM
Thank you for the reply!
👍 1
s
Scott Lanoue
01/24/2025, 1:25 AM
Ah my bad I misread and thought it supported other platforms