121
General / Compile Add-on in SFML
« on: April 12, 2010, 04:20:11 pm »
Guichan (which I'm using at the moment, but I'm thinking on another solution), FLTK, Cegui, WxWidgets, GTK+, Qt, SFUI (It's on googlecode somewhere, but there is a forum about that on this forum), and if you don't want to use it actually, sfGui (It hasn't released yet, AFAIK).
My problem with guichan is that is ported to SFML-1.4. I'm using it with 1.6, but thinking of migrating to 2.0, so if I want to use it, I need to write a backend. But that's probably not a big deal, when the 2.0 API will be stable (if it isn't already).
But to not to be offtopic: I solved this really easy (it's on the wiki): just copied the cpGui.cpp and .h files into my project, and it ran like it should (But those little bugs in widget handling were quite annoying for me, so this is why I moved on to guichan.)
My problem with guichan is that is ported to SFML-1.4. I'm using it with 1.6, but thinking of migrating to 2.0, so if I want to use it, I need to write a backend. But that's probably not a big deal, when the 2.0 API will be stable (if it isn't already).
But to not to be offtopic: I solved this really easy (it's on the wiki): just copied the cpGui.cpp and .h files into my project, and it ran like it should (But those little bugs in widget handling were quite annoying for me, so this is why I moved on to guichan.)