I’d like to know how i can use LWJGL to render computer graphics inside my own Canvas (or JPanel, no problem with this) instead of rendering inside LWJGL’s own JFrame?
Thanks in advance, Black.
I’d like to know how i can use LWJGL to render computer graphics inside my own Canvas (or JPanel, no problem with this) instead of rendering inside LWJGL’s own JFrame?
Thanks in advance, Black.
LWJGLCanvas?
Might be wrong on the name
You’d than add that to your JFrame
Okay i’ll have a look for that.
Thank you guys, your support is so helpful!