1
SFML projects / Re: [WIP] MMORPG project - recruiting
« on: October 10, 2012, 11:15:28 pm »
So, I'm the second developer on the project, nice to meet you.
But, after, we can't draw with SFGUI and SFML at the same time in World class.
If you can take a look on Login.cpp, remove "Window->resetGLStates()" or try to draw a minimal GUI in World.
Maybe, that I don't know how to use completely SFGUI, I've thought we can use popGLStates/pushGLStates, but it's a loss of performance, right ?
[Sorry, for my bad English]
It seems that if we not use resetGLStates in Login constructor, we can't draw with SFGUI.SFGUI seems to break the SFMLWould be nice to know how, so it can be fixed. This is clearly a bug if it can be reproduced.
But, after, we can't draw with SFGUI and SFML at the same time in World class.
If you can take a look on Login.cpp, remove "Window->resetGLStates()" or try to draw a minimal GUI in World.
Maybe, that I don't know how to use completely SFGUI, I've thought we can use popGLStates/pushGLStates, but it's a loss of performance, right ?
[Sorry, for my bad English]