Windows GUI module

BlitzMax Forums/BlitzMax Programming/Windows GUI module

Yahfree(Posted 2008) [#1]
Hey, can anyone recomend a good free Windows API gui module? does not have to be multi-platform, just windows.

Or is buying max gui my only option for this?


Dreamora(Posted 2008) [#2]
There is only 1 free Windows API module and thats wxMod which is cross plattform as well.

If that does not meet your needs, then MaxGUI is the only way to go.


Yahfree(Posted 2008) [#3]
yeah, i'll try to set up wxMod and have a go later..

What about kev's WB3D? is great for b3d, but i don't know how it matches with max.. (it was created for b3d).


Ked(Posted 2008) [#4]
The only minor thing about WB3D for BMAX is that it has to have a graphics window created for WB3D to be initialized.


Dreamora(Posted 2008) [#5]
That and the fact that WB3D is not event based which makes it kind of pointless.
In that case you can as well use a graphical GUI like HighGUI3, CoreGui, FryGui or IGlass


Yahfree(Posted 2008) [#6]
Alright, but as far as windows API stuff, it looks like everyone's pointing fingers at wxMod..

Just gotta figure out this google repository stuff *sniff*


Dreamora(Posted 2008) [#7]
Its just SVN ... so no problem.
But it will take a fair amount of time to compile, so be warned ^^

I use MaxGUI currently, mainly because I own a LogicUI license which makes using it a simple point, click, event handler implementation thing :)