Page 1 of 1

Best GUI library?

Posted: Thu Apr 20, 2017 5:32 pm
by lizenas
I'm not generally opposed to rolliing my own libraries but a GUI library is really not something I want to do. Is there an accepted "best" GUI library or am I out of luck?

Re: Best GUI library?

Posted: Thu Apr 20, 2017 5:34 pm
by zorg
In the past, maybe LoveFrames was that, then came imgui.
I have a GUI project myself that would be minimalistic, simple and easy to use... but sadly it's not done yet.

Re: Best GUI library?

Posted: Thu Apr 20, 2017 5:35 pm
by yetneverdone
lizenas wrote: Thu Apr 20, 2017 5:32 pm I'm not generally opposed to rolliing my own libraries but a GUI library is really not something I want to do. Is there an accepted "best" GUI library or am I out of luck?
There's a lot of libraries out there. One of which i used is called GOOI.

Also, check this repo for many awesome libraries that includes the gui stuffs.
https://github.com/love2d-community/awesome-love2d

Re: Best GUI library?

Posted: Thu Apr 20, 2017 6:49 pm
by MasterLee
Best heavily relies on specific use case. For example there seems to be no GUI librarys that resembles GUI of XrossMediaBar or early Square Games GUIs.

Re: Best GUI library?

Posted: Sat Apr 22, 2017 3:13 am
by Beelz
After countless times of trying to reinvent the wheel I tried a few libraries, but couldn't settle on anything. Right now I'm using Nuklear, it's an immediate mode GUI so it's a little different, but I like it.

Re: Best GUI library?

Posted: Sat Apr 22, 2017 1:17 pm
by xNick1
I've seen many people using SUIT.
I tried using it and I think that it's a nice library!

Re: Best GUI library?

Posted: Sun Apr 23, 2017 8:01 pm
by Davidobot
Beelz wrote: Sat Apr 22, 2017 3:13 am After countless times of trying to reinvent the wheel I tried a few libraries, but couldn't settle on anything. Right now I'm using Nuklear, it's an immediate mode GUI so it's a little different, but I like it.
+1 for Nuklear. It's the only 3rd-party GUI library I felt comfortable with. It is also extremely robust and easy to use.

Re: Best GUI library?

Posted: Fri May 19, 2017 9:38 am
by SiENcE
I really like gspot/gspöt . It's tiny and very powerful. I also added richtext https://github.com/SiENcE/Gspot .

But of couse... Nuklear is a way more professional.