[ODE] toolbar in win32

J. Perkins jason at 379.com
Wed May 29 06:08:01 2002


I have seen a number of GUI libraries, but they always hardcode
themselves to a particular graphics API, usually OpenGL. I also
could use a GUI that would allow me to specify the low-level
drawing functions, but I never been able to find one.

Jason
379



Adam Moravanszky wrote:
> Interesting.  I am also looking for a GUI widget library, but one that
> doesn't delegate to the OS' native GUI api (like the device context stuff on
> win32) but rather expects the user application to provide a small library of
> simple routines for drawing shapes, drawing fonts, scrolling, etc.