Skip to content

MSEGUI vs FPGUI? #63

Answered by fredvs
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Hello and welcome to ideU!!

MSEgui and fpGUI are widgetsets written in Pascal that use low GUI system (xlib for Unix and gdi32 for Windows).

Both do not need any dependencies.

fpGUI is very easy to use and needs only one file source for each form.
MSEgui is very complete, bug-free and totally customizable but needs some effort to understand how it works.

I like both, fpGUI is nice for simple applications and perfect for beginners.
MSEgui is the must for complicated GUI applications, has dockable forms and is very stable.
MSEgui has more than 9500 commits and is deeply used-tested.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #61 on December 08, 2022 17:34.