Anyone have idle thoughts on the feasibility of ma...
# random
d
Anyone have idle thoughts on the feasibility of making K Compose Multiplatform run without a windowing system ⚠️*?* In the knowledge that Compose sits on Skia and then on Swing for the underling GraphicsEnvironment; and that it's possible to get a Linux _framebuffer_ device in the absense of a windowing system. Is defining a FrameBuffer based GraphicsDevice like this the only major gap? Use cases? I'm thinking about Appliance style applications running on Raspberry Pi with these sorts of GPIO interfaced LCD screens that come with basic frame-buffer drivers. All caveats about pure software rendering and the tempered performance expectations withstanding ofc.
👀 2
💯 1
GPT thinks the way to go is configure Skia to not depend on Swing at all; and replace the dependencies at that level.
d
Well, I'm guessing you've heard of molecule? CLI compose
It's certainly possible
Unless you mean compose UI then idk
d
I do mean Compose UI.