I have a swing app where I use LWJGL to draw on an AWT canvas. I now have the need to draw using LWJGL on two canvases. Both are visible to the user at the same time. Is this possible?
Thanks!
This has been asked recently, here (http://lwjgl.org/forum/index.php/topic,3199.0.html).
Thanks, I got the start of it working. :)