[ODE] a gui-related question
Martin C. Martin
martin at metahuman.org
Tue Mar 18 06:20:02 2003
> --- mike polyakov <mvp9@cornell.edu> wrote:
> > Hi, I'm incorporating ODE into another program that
> > uses an MFC-style gui
> > framework (wxwindows). I'm new to C++ gui
...
> > If anyone can offer advice in this endeavor i would
> > appreciate it.
wxwindows isn't very well documented, has a fair number of bugs, and is
missing some features. If you're new to C++ gui programming I'll bet
those would make your life even more frustrating. Unfortunately I don't
know of any good, free cross platform GUI framework. I do my GUIs in
Java, which doesn't help you. (My ODE apps just use drawstuff.)
- Martin