I once got it working - somehow - with OpenGL.
I used MSYS to compile wxWidgets - just google it and see if it works.
It was pretty complicated and it instantly crashed on Vista.
Stopped using it and now I'm using FLTK.
End of story <:
Its small and it compiles (and works!) pretty fast. Also it has no unnecessary stuff in it, its more less just window stuff. (Honestly, wxWidgets has a lot of crap inside in my opinion)
The only drawback is that it (like QT) emulates the windows, instead of native drawing (like wx).
Still havent it tested that much - so maybe there are more drawbacks I'm not aware of. ( still, its a lot smaller than wx )
Milch wrote:Its small and it compiles (and works!) pretty fast. Also it has no unnecessary stuff in it, its more less just window stuff. (Honestly, wxWidgets has a lot of crap inside in my opinion)
The only drawback is that it (like QT) emulates the windows, instead of native drawing (like wx).
Still havent it tested that much - so maybe there are more drawbacks I'm not aware of. ( still, its a lot smaller than wx )
Google is your friend
The first thing you see on their homepage:
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit
for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X.
FLTK provides modern GUI functionality without the bloat and
supports 3D graphics via OpenGL® and its built-in GLUT emulation
Answered your question?
Something I might add:
As said earlier, FLTK does not use the native API, so it might look a bit odd for non-programmers. ( Different font, other menus,... )
Milch wrote:Google is your friend
The first thing you see on their homepage:
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit
for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X.
FLTK provides modern GUI functionality without the bloat and
supports 3D graphics via OpenGL® and its built-in GLUT emulation
Answered your question?
Something I might add:
As said earlier, FLTK does not use the native API, so it might look a bit odd for non-programmers. ( Different font, other menus,... )