286
Graphics / Re: Looking for 2D, non-native Widget-Framework
« on: June 16, 2013, 09:58:27 pm »Hi and welcome
The most popular GUI libraries for SFML are SFGUI and TGUI (you should find them easily on this forum). You should also be able to use any GUI library based on OpenGL.
Unfortunatly, the current TGUI version cannot be built on my system. Using the install.sh causes several compiling errors. I don't want to fix them all by myself - this would take a long time (working into the code and fixing the mistakes). My try to build SFGUI via cmake caused cmake to stop, because it cannot find my SFML installation.
I installed SFML 2.0 from a PPA, because there is no SFML 2.0 package in the repository for Ubuntu 12.04. The PPA I am using is https://launchpad.net/~sonkun/+archive/sfml/+index?field.series_filter=precise
So, I don't know what to do, next


I was also looking for some OpenGL-based frameworks. But they are based on SDL or an entire engine like Ogre3D - I did not found anything else, yet

Kind regards
Glocke