LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: white.waluigi on July 26, 2013, 20:26:47

Title: [CLOSED] Multiple Displays on Multiple Windows or Canvas
Post by: white.waluigi on July 26, 2013, 20:26:47
I'd like to see better support for multiple Displays.
So that you have a Window with multple Canvas.
For example Valves Hammer Editor, which has 4 Rendering Surfaces and a container with Displayed Textures.
Im currently making a Level Editor aswell and im having trouble with the fact that there can currently only be one Display.
Since LWJGL isnt used in Games only but also in other Applications id e a welcome feature.
Title: Re: Multiple Displays on Multiple Windows or Canvas
Post by: kappa on October 31, 2013, 17:01:17
Closing this RFE, the current plan is not to break/change the LWJGL 2.0 API and focus mainly on just bug fixes for it (therefore no multiple Display support for LWJGL 2.0).

Having said that work is already under way on LWJGL 3.0 which has a clean rewrite of the API and includes support for multiple windows (using OO).