SFML community forums

General => Feature requests => Topic started by: Linkthehero2222 on March 22, 2020, 12:14:54 pm

Title: Create a button class
Post by: Linkthehero2222 on March 22, 2020, 12:14:54 pm
I should be cool if there g like sf::Button so we don't need to create a rectangle and everything with it. It would be more simple.
Title: Re: Create a button class
Post by: Laurent on March 22, 2020, 04:00:51 pm
SFML does not provide GUI components, but other libraries do (the most used ones bing SFGUI, TGUI and IMGUI-SFML).
Title: Re: Create a button class
Post by: rubenwardy on May 06, 2020, 06:15:37 pm
Here's a comparison of GUI libraries (https://blog.rubenwardy.com/2020/01/21/creating-game-guis-in-sfml/) I wrote