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.