box2d-editor icon indicating copy to clipboard operation
box2d-editor copied to clipboard

Upgrade to LWJGL3

Open marcin85 opened this issue 3 years ago • 2 comments

Please add integration with https://github.com/LWJGLX/lwjgl3-awt

marcin85 avatar Nov 10 '22 21:11 marcin85

Could you please clarify why you'd like this? If you're struggling to run the program, then it might work better when using JDK 8.

The editor is using libGDX with LWJGL2 at moment because libGDX's LWJGL3 backend doesn't support running in a AWT/Swing frame. The project you referenced would help here but it needs to be integrated with libGDX first. Something like https://github.com/libgdx/libgdx/pull/6247 (but compatible with current libGDX versions) would be needed.

The editor doesn't interact with LWJGL directly, as far as I am aware. It's all done through libGDX's abstractions.

BenjaminAmos avatar Nov 11 '22 21:11 BenjaminAmos

I meant exactly what you mean. To add lwjgl3-awt instead of abstracting lwjgl2 from libgdx. I didnt know its considered to integrate lwjgl3-awt with libgdx. maybe you can leave this request as a very future reminder..

Marcin-Debski avatar Nov 17 '22 14:11 Marcin-Debski