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.