gui's

Blitz3D Forums/Blitz3D Programming/gui's

slenkar(Posted 2007) [#1]
ive tried a lot of gui's and they all seem to have shortcomings:

devilgui - no wordwrap, but great otherwise
sprite candy - no comboboxes
free bcf - nice but slow, couple of combobox bugs
other free gui's - dont work

is there a perfect gui system out there?


Yahfree(Posted 2007) [#2]
I like Kev's WinBlitz3D ... its standard Win32 GUI, so it will clash with your game, but its awsome for windows applications, and just general non-game use...


Fuller(Posted 2007) [#3]
WinBlitz3d for apps
ToolUI for games


Naughty Alien(Posted 2007) [#4]
BlitzUI, free, and with excellent editor for creation of your own gui's


chi(Posted 2007) [#5]
fast and free: http://www.blitzforum.de/forum/viewtopic.php?t=21659


ShadowTurtle(Posted 2007) [#6]
The best:

WinApi (in use with types + userlibs (for define commands))

http://www.msdn.com


slenkar(Posted 2007) [#7]
that german thingy doesnt seem to have commands for listboxes or comboboxes.

I tried blitzui and i had problems. maybe i could have another look.

toolui looks ok, can you skin it?


slenkar(Posted 2007) [#8]
hmm, alphagui doesnt have listboxes either