Hi Leonid, osgIntrospection exposes sufficient information to create a fairly complete language binding. It exposes the full set of OSG classes and types, and all functions with the exception of operators and global functions.
If you're just starting out with osgIntrospection, I'd also recommend looking at the osgintrospection example and also navigating through the object model starting with osgIntrospection::Reflection. -Mike > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMAIL PROTECTED] On Behalf Of Robert Osfield > Sent: Wednesday, May 30, 2007 5:10 PM > To: osg users > Subject: Re: [osg-users] Easy to make language binding. > > Hi Leonid, > > osgIntrospection is probably the best place to start as support > language bindings is one of its design goals. Have a look at the > osgLua and osgPython project for inspiration on how you might go about > this. > > On 5/30/07, Leonid Koval <[EMAIL PROTECTED]> wrote: > > Hello. > > I want to play with making a Common Lisp binding for OSG. So, I need > > some functions to enumerate all types, > > values and methods of OSG libraries. > > Can I do this using only osgIntrospection or should I also > > generate binding from headers? > > At which parts of osgIntrospection should I look first? > > > > Leonid > > > > _______________________________________________ > > 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/ Mike Wittman [EMAIL PROTECTED] ___________________________________________________ Seismic Micro-Technology, Inc. 8584 Katy Freeway, Suite 400 / Houston, Texas 77024 Tel. +1 (713) 464-6188 Fax. +1 (713) 464-6440 Web: www.seismicmicro.com ___________________________________________________ Seismic through Simulation with KINGDOM, (RC)2, and SURE! - CONTACT US TODAY for more information. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
