LWJGL Forum

Programming => OpenGL => Topic started by: NateS on February 13, 2010, 09:51:43

Title: multiple windows?
Post by: NateS on February 13, 2010, 09:51:43
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!
Title: Re: multiple windows?
Post by: spasi on February 13, 2010, 13:00:56
This has been asked recently, here (http://lwjgl.org/forum/index.php/topic,3199.0.html).
Title: Re: multiple windows?
Post by: NateS on February 13, 2010, 13:46:04
Thanks, I got the start of it working. :)