Hi folks, I'm working on a 3d application poc usin...
# compose-desktop
s
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 ?
o
s
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.
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.
UPDATE: I was able to embedded opengl component using this library with swing interop. https://github.com/LWJGLX/lwjgl3-awt