Could someone make a list of FreeBASIC GUI libraries/frameworks?

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
systemctl
Posts: 182
Joined: Mar 27, 2020 5:15

Re: Could someone make a list of FreeBASIC GUI libraries/frameworks?

Post by systemctl »

badidea wrote:
systemctl wrote:BTW, I used to see D.J.Peters used "fltk-oop.bi" on his code snippet but I can't found it anywhere on the forum. Could someone let me know where to get it? Thanks.
You mean this post: https://freebasic.net/forum/viewtopic.p ... 65#p254486 ?
I don't think he released it yet.
As I see he is focus on his 3D project now, I think he will not revisit it anytime soon.

Almost forgot, here is a binding for SGL (Small GUI Library) by Henri Serindat: https://github.com/ruanjiaxing/SGL-FreeBASIC

Hope it will be useful.
systemctl
Posts: 182
Joined: Mar 27, 2020 5:15

Re: Could someone make a list of FreeBASIC GUI libraries/frameworks?

Post by systemctl »

Now I know why I failed to port LibAgar. Since it's full of macros and as I see it's designed just for C I can't create a binding by translating header files. They also provide bindings for Ada and Perl and I think they don't do it by translating headers 1:1 to the target language like me. BTW, I still consider Agar to be a good to have library for FreeBASIC since it could run without X11 and it gives a consistent user interface across platforms.
Post Reply