SFML community forums

Help => Graphics => Topic started by: Glenn on January 05, 2009, 10:20:43 am

Title: Making a gui
Post by: Glenn on January 05, 2009, 10:20:43 am
If I wanted to make a gui inside an sfml window (like text boxes and all that fun stuff) what other library would be good to use (using visual studio c++)?

Or would it be a better idea to use a different game library entirely?
Title: Making a gui
Post by: Mr. X on January 05, 2009, 10:26:20 am
Would You like to develop a GUI system or would you like to use such a library for SFML?
Both is possible. In the wiki is a GUI library.
For myself I developed SFML my own which wasnt very difficult.
Title: Making a gui
Post by: Glenn on January 05, 2009, 10:18:06 pm
thanks

I think I'm going to try that library in the wiki. I was thinking about trying to develop my own, but I figured it'd be too difficult for me.
Title: Making a gui
Post by: Mikea on January 06, 2009, 12:19:15 pm
you can try Qt :)
Title: Making a gui
Post by: Hiura on January 06, 2009, 05:54:26 pm
or Wx, or some others.
Title: Making a gui
Post by: heishe on January 13, 2009, 08:54:36 pm
the gui in the wiki is awfully slow.