SFML community forums

Help => General => Topic started by: Guido_Ion on February 06, 2020, 04:54:10 pm

Title: [SOLVED] I need an "empty" GUI. Just the behavior, not the graphics.
Post by: Guido_Ion on February 06, 2020, 04:54:10 pm
I've been searching different GUIs but they all come with buttons or fonts to draw. My artist will make all the buttons, etc. as sprites so I just need the functionality of the GUI and I will slap the sprite on top of it.

Is there any simple GUI out there for this? Should I make my own?
Title: Re: I need an "empty" GUI. Just the behavior, not the graphics.
Post by: eXpl0it3r on February 06, 2020, 07:03:07 pm
That's usually referred to as a theme. As far as I know, TGUI allows some theming. ImGui as well as SFGUI have no support for textured UI elements IIRC.
Title: Re: I need an "empty" GUI. Just the behavior, not the graphics.
Post by: Guido_Ion on February 07, 2020, 04:23:53 pm
I've been looking TGUI and I think that it's what I need. I'm going to try it, Thanks