Page 1 of 1

on wxWidgets... (or other GUI tools)

Posted: Wed Mar 11, 2009 7:52 pm
by Moosader
Does anyone have any experience with wxWidgets, or any other GUI tools? I've barely played around with it but wasn't able to get anything up and running. I intend to play with it more once I have more free time, since I want to use it with MusuGo v0.5.

Also, is it easy to use it with SDL and/or OpenGL?
(I am debating using SDL+OpenGL with MusuGo eventually, but I'm not sure if that would be overkill or not)

Re: on wxWidgets... (or other GUI tools)

Posted: Wed Mar 11, 2009 8:01 pm
by Moosader
Also; I may rename MusuGo, as it's pretty similar to Musagi, a music editor/synthesizer by Dr Petter.

Re: on wxWidgets... (or other GUI tools)

Posted: Wed Mar 11, 2009 8:04 pm
by avansc
I dont know, but dont ask MDK, cause he blows at it worse than a Katrina.

Re: on wxWidgets... (or other GUI tools)

Posted: Wed Mar 11, 2009 8:08 pm
by Ginto8
For rapid GUI development use Java + swing. ;)

See avansc's massive creaming of MDK in a Swing vs. wxWidgets competition. :mrgreen: :lol:

Re: on wxWidgets... (or other GUI tools)

Posted: Wed Mar 11, 2009 8:51 pm
by Moosader
Ehhhh, I kind of want to stick with C++

Re: on wxWidgets... (or other GUI tools)

Posted: Wed Mar 11, 2009 9:06 pm
by M_D_K
wxWidgets is very good. I've use it for anything GUI I need(and its great for Cross platform stuff)

Re: on wxWidgets... (or other GUI tools)

Posted: Wed Mar 11, 2009 9:55 pm
by sparda
Qt is pretty good, they've recently gone LGPL.

Re: on wxWidgets... (or other GUI tools)

Posted: Thu Mar 12, 2009 3:21 pm
by JS Lemming
I prefer GTK+ (or GTKmm for C++ interface.) Throwing OpenGL in is simple.

Re: on wxWidgets... (or other GUI tools)

Posted: Mon Mar 16, 2009 6:57 pm
by Moosader
GTKmm will apparently only work with UNIX type systems. I need something cross-platform.

I think I'll check out Qt and wxWidgets for now.

Re: on wxWidgets... (or other GUI tools)

Posted: Wed Mar 18, 2009 9:28 pm
by JS Lemming
Where did you hear that?
http://live.gnome.org/gtkmm/MSWindows wrote:One of the major advantages of gtkmm is that it is crossplatform. gtkmm programs written on other platforms such as GNU/Linux can generally be transferred to Windows (and vice versa) with few modifications to the source.

gtkmm currently works with the MingW/GCC3.4 compiler and Microsoft Visual C++ 2005 or later (including the freely available express editions) on the Windows platform. There is an installer available for gtkmm on Microsoft Windows. Refer to http://live.gnome.org/gtkmm/MSWindows for instructions how to use it.