Welcome, Guest. Please login or register.

Author Topic: Something like MUI for OSX/Win/Linux?  (Read 1192 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ciVicTopic starter

  • Jr. Member
  • **
  • Join Date: Nov 2004
  • Posts: 98
    • Show all replies
Something like MUI for OSX/Win/Linux?
« on: April 28, 2016, 10:19:16 AM »
Hi all,

I know some GUI toolkits but never saw something that is comparable to MUI. I'm not talking about the design. I would like to have something that is as easy as MUI, say, opening a windows by using some C Macros and just call a function. And that has this object oriented approach like MUI.
 

Offline ciVicTopic starter

  • Jr. Member
  • **
  • Join Date: Nov 2004
  • Posts: 98
    • Show all replies
Re: Something like MUI for OSX/Win/Linux?
« Reply #1 on: April 28, 2016, 06:46:44 PM »
Qt is simple for the first steps and looks good on various OSes. But distributing software using it results in large archives and it needs preprocessing with special commands. That's what I like in MUI. It is realized just with C macros.

Best what I found so far is fltk. Even statically linked a simple hello world exe has only 500kb, a simple window needs only 3 lines and it can be compile with just one additional compiler and linker flag.