Page 1 of 1
Actually setting wxwidgets up?
Posted: Sat Aug 28, 2010 4:23 pm
by acerookie1
has anyone got this to work on windows with Code::blocks?
idk the tuts on the site are out dated and nothing seems to work on the tut
Re: Actually setting wxwidgets up?
Posted: Sat Aug 28, 2010 4:54 pm
by Milch
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 <:
Re: Actually setting wxwidgets up?
Posted: Sat Aug 28, 2010 5:09 pm
by Ginto8
Milch wrote:now I'm using FLTK.
after seeing your post, I took a quick glance at FLTK and it sounds quite good... I especially like the static linking. What are your thoughts on it?
Re: Actually setting wxwidgets up?
Posted: Sat Aug 28, 2010 5:46 pm
by Milch
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 )
Re: Actually setting wxwidgets up?
Posted: Sun Aug 29, 2010 5:00 pm
by acerookie1
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 )
fltk works on windows right?
Re: Actually setting wxwidgets up?
Posted: Mon Aug 30, 2010 7:05 am
by Milch
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,... )
Also, you should read
http://www.fltk.org/articles.php?L825+I0+T+P1+Q if you are confused what version you want to choose.
Re: Actually setting wxwidgets up?
Posted: Mon Aug 30, 2010 4:40 pm
by acerookie1
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,... )
Also, you should read
http://www.fltk.org/articles.php?L825+I0+T+P1+Q if you are confused what version you want to choose.
wtf? the first thing i saw was svn info and links in tar format!?!?! how did u find that. wiki was filled with bug info. but thanx