Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SOLVED] I need an "empty" GUI. Just the behavior, not the graphics.  (Read 1465 times)

0 Members and 1 Guest are viewing this topic.

Guido_Ion

  • Newbie
  • *
  • Posts: 42
    • View Profile
    • Flow Soccer development
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?
« Last Edit: February 07, 2020, 04:24:07 pm by Guido Bisocoli »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10800
    • View Profile
    • development blog
    • Email
Re: I need an "empty" GUI. Just the behavior, not the graphics.
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Guido_Ion

  • Newbie
  • *
  • Posts: 42
    • View Profile
    • Flow Soccer development
Re: I need an "empty" GUI. Just the behavior, not the graphics.
« Reply #2 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