On Wed, 2007-04-18 at 21:31 +0200, Ivan Bolčina wrote: > For graphics (HUDs) I render directly to textures. I had idea of using > Cairo, but haven't got > time to investigate it.
I'm doing this exact thing with a nodekit I'm experimenting with called, aptly, osgCairo. :) I'm also building a widget library on top of that called osgEgypt. However, right now it's pretty rudimentary. I can, however, provide the svn URL to anyone who's bored enough to want to see. > 2007/4/18, Anders Backman <[EMAIL PROTECTED]>: > Nothing that I know about. > Marco was working on osgWidgets for quite some time ago, but I > guess it has stalled? Marco? > > Other than that I could recommend CEGui, which is rendered > using OpenGL. > We are using it together with a custom drawable that renders > the CEGUI widgets. > It has sliders buttons, lua scripting, etc... > > /Anders > > > On 4/18/07, Mustafa <[EMAIL PROTECTED]> wrote: > Hi all, > Is there any toolkit to add buttons, sliders, > textboxes on the HUD > etc. for interaction? Sure these gadgets are based > on OSG classes not > MFC, QT etc. > > I want to add interaction functionality which can be > shown/hide like > HUD in a platform independent manner and they will > trigger special > callbacks like button click, text changed etc. > > Best, > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ > > > > > -- > > > ________________________________________________________________ > Anders Backman Email: [EMAIL PROTECTED] > HPC2N/VRlab Phone: +46 (0)90-786 9936 > Umea university Cellular: +46 (0)70-392 64 67 > S-901 87 UMEA SWEDEN Fax: +46 90-786 6126 > http://www.cs.umu.se/~andersb > _______________________________________________ > 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/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
