Hey, I'm working on a small project that uses comp...
# compose-desktop
o
Hey, I'm working on a small project that uses compose to create UI within a game (JVM). I was wondering if there's a way I could reuse the code from the
foundation-layout
module without having to depend on all the UI code that uses Skia (or deal with internal classes.) Really I just want a way to provide a custom canvas and have nodes that render to that canvas with the existing layout system. Are there perhaps other projects I could look at?