we don't familiar with any GUI toolkit for c++ in linux. where can I download Qt? there is a explanation how to work with it?(tutorials or something?) a friend suggest us to use CEGUI, but we have troubles to compile it...( we are very newbies in linux.)
thanks NB On 11/16/06, Robert Osfield <[EMAIL PROTECTED]> wrote:
HI Benny, On 11/16/06, benny porat <[EMAIL PROTECTED]> wrote: > traditional 2D There arn't any built in classes for 2D GUI widgets like menus etc, but you can use any mainstream windowing toolkits along with the OSG. My own personal favourite GUI toolkit is Qt. Others like WxWindows, other Fox, others FLKT. Pick what ever you are familiar with and just add the OSG to it. In CVS there is range of examples show how to integrate with different windowing toolkits. Look for the osgsimpleviewer* examples. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
