saqsun Hi, Guys is there any way to add JglfwApplication into JFrame like you can do with LwjglAWTCanvas? The main reason I want to use my jglfw application with swing is JMenuBar.
Nate No. You could look at how LWJGL uses GLFW and see if you can mimic that with JGLFW, but in general it is difficult for JGLFW to play nice with AWT. Gotta love acronyms. :puke: