Is there any GUI toolkit that works with OSG that doesn't require OSG to run single-threaded? Qt, Wx and FLTK examples all do:
setThreadingModel(osgViewer::Viewer::SingleThreaded); My datasets are relatively large and I'm only sustaining about 10 fps as it is. Dropping to single threaded drops me down to about 5 to 6 fps. Lee On Mon, 2009-05-18 at 19:13 -0400, Anna Sokol wrote: > Hi, > > If you are looking for something more lightweight then Qt or > wxWidgets, might I suggest AntTweakBar, which is a very lightweight > OpenGL GUI that works on Windows, Linux and most recently Mac OS X. > > - Anna > > ____________________________________________________ > "Once we accept our limits, we go beyond them. " -- Albert Einstein > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

