Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline ciVicTopic starter

  • Jr. Member
  • **
  • Join Date: Nov 2004
  • Posts: 98
    • Show only replies by ciVic
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 kolla

Re: Something like MUI for OSX/Win/Linux?
« Reply #1 on: April 28, 2016, 06:03:52 PM »
Doubtfully easily simple. Qt is a good candidate though, and exists for OSX/Win/Linux and more :)
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline ciVicTopic starter

  • Jr. Member
  • **
  • Join Date: Nov 2004
  • Posts: 98
    • Show only replies by ciVic
Re: Something like MUI for OSX/Win/Linux?
« Reply #2 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.
 

guest11527

  • Guest
Re: Something like MUI for OSX/Win/Linux?
« Reply #3 on: April 28, 2016, 06:52:00 PM »
Quote from: ciVic;807665
I know some GUI toolkits but never saw something that is comparable to MUI.

There are multiple. gtk is certainly a popular one (used by Gnome, amongst others), another is qt (used by KDE, amongst others).
 

Offline billt

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 910
    • Show only replies by billt
    • http://www.billtoner.net
Re: Something like MUI for OSX/Win/Linux?
« Reply #4 on: April 29, 2016, 11:42:12 PM »
I don't know how it or others compare with mui, but my favorite is wxwidgets.
Bill T
All Glory to the Hypnotoad!