Live data from Hacker News

IUP – Cross platform C GUI library

tecgraf.puc-rio.br

41–42 of 42 posts

Re: IUP – Cross platform C GUI library

#41
post #40
post #23

Earlier quoted context omitted.

This was indeed the case. In 1995. Since then just about everything has changed, but the idea that wxWidgets is MFC-like still refuses to die... Another common related opinion is that you have to use macros when using wxWidgets, which couldn't be further from truth since ~15 years (see https://wxwidgets.org/blog/2023/05/are-macros-required-to-us... ) but, again, old impressions linger.

Macros aren't the only thing that make wxWidgets like MFC. Things like using new but not delete on objects. The method and event names. The use of DCs in paint events. Etc.

Well, there is only so much latitude for naming the event (or message, callback, whatever) sent when a window needs to repaint itself. Qt has `paintEvent()` too and nobody calls it MFC-like AFAIK. IME people mostly think about event table macros when they say it.

Re: IUP – Cross platform C GUI library

#42
ah, yet another "cross-platform GUI lib". I've lost track of how many have been created by now, briefly became popular then accumulated warts or got abandoned. any day now we'll solve it for sure this time. haha :-)

kids, get off my lawn

(doing curses work lately because its been reasonably stable and cross-platform for 30+ years now...)

Post reply on HN