Hi folks, I'm working on a 3d application poc using OpenGL but I want to control the render object with Compose. I basically want a Component that I can use to render using OpenGL, anyway knows a Swing component that let render OpenGL inside with LWJGL ?
Yes, we have test with this integration, but is not exactly your case, we need more some component to render, with Layout already done by compose that running compose trough LWJGL.
SrSouza
02/07/2022, 1:06 PM
I think that this LWJGL Integration example is more focus on a project that is written fully on top of OpenGL, for example a Game that will use Compose for doing UI.