Are there any plans to write a nice abstraction layer so that the user is not forced to use swing but can implement what he wants to use himself?
i
Igor Demin
06/22/2021, 11:14 AM
These plans exist, but no ETA.
Ideally we want to provide Swing-independent entry point for Compose.
There is also another entry point -
TestComposeWindow
that doesn't use Swing under the hood, but it is only for rendering Compose into bitmap, and currently isn't very flexible.
🆒 1
s
SrSouza
07/29/2021, 10:53 PM
This would be awesome to have to put Compose inside any JVM game for example, to build uis. Is kinda annoying the requirement to rewrite all the compose desktop classes just for put Compose in another OpenGL Context for example.