Blitz3D GUI libs, but no Image Canvas or is there.

Blitz3D Forums/Blitz3D Programming/Blitz3D GUI libs, but no Image Canvas or is there.

FBEpyon(Posted 2005) [#1]
Hello, Im making a editor in Blitz used many of GUI libs on here, but I found that non of them seem to have any image canvas to draw on when making a 2D map editor for my game.. like they have in Blitz+ is there a way of doing this or is there a GUI on here that might have one.... help me if you can :(


Ross C(Posted 2005) [#2]
In blitz3d you don't draw to a canvas. You just choose a buffer and draw to that. Usually the back buffer you draw to and flip it into sight using "Flip". If that's what you mean?


FBEpyon(Posted 2005) [#3]
Im talking about having a image canvas like in Blitz+


Barliesque(Posted 2005) [#4]
Do you mean a GUI designer, that lets you draw a rectangle where a control/window should be? If so, both F-UI and XLnt do come with GUI designers. Test them out first--as I recall, one of them has a tendency to crash.


Techlord(Posted 2005) [#5]
http://www.legacygames.co.uk/projects.php?disp=blitzui

Comes with an Editor too.