
and my current isnt exactly slow... just out of date.
aGorm
Moderator: Moderators
I just recently posted about this on the Spring ML. My preferred solution would be to not hack around SDL, but remove dependence on SDL altogether and use something else that supports more than one context.Since SDL allows only one GL context, you'd need to hack around SDL though and address a second GL context in a probably non-portable way.
Yes, I'm sure people are more interested in that. But from my point of view - doing a multi screen implementation seems "easier", and would help me get my understanding of the Spring codebase up even more to the point where I'd feel comfortable tackling the new GUI.jcnossen wrote:I would say working on a new GUI is probably a better choice.