Re: [osg-users] Creating custom wrappers for osgIntrospection

2008-08-21 Thread Maciej Krol
Hi Mike, http://osgscenemaker.googlepages.com http://orihalcon.jp/orihalconfw Regards, Maciej 2008/8/22 Mike Wozniewski <[EMAIL PROTECTED]> > Actually, nevermind about genwrapper. > > I've managed to use the latest svn version to create custom wrappers for my > classes (yay). Now what I would

Re: [osg-users] Creating custom wrappers for osgIntrospection

2008-08-21 Thread Mike Wozniewski
Actually, nevermind about genwrapper. I've managed to use the latest svn version to create custom wrappers for my classes (yay). Now what I would like to do, is to build a scene-graph editor GUI to edit my class properties. Details: * I particularly like wxWidgets and gtk. * The editor

Re: [osg-users] Creating custom wrappers for osgIntrospection

2008-08-21 Thread Robert Osfield
HI Mike, I'll have to defer to the osgInttrospection/genwrapper author Marco Jez for low level questions about the wrappers. Hopefully he'll spot this this thread and comment. Robert. On Thu, Aug 21, 2008 at 4:10 PM, Mike Wozniewski <[EMAIL PROTECTED]> wrote: > Thanks Robert. > > However, I thi

Re: [osg-users] Creating custom wrappers for osgIntrospection

2008-08-21 Thread Mike Wozniewski
Thanks Robert. However, I think that genwrapper is not going to work for me. My source tree does not look enough like OSG, and I also have some custom types in my classes that genwrapper doesn't know about. I'm wondering if I can call introspection macros by hand? (I don't have too many to d

Re: [osg-users] Creating custom wrappers for osgIntrospection

2008-08-21 Thread Robert Osfield
Hi Mike, I've been updating the svn version of genwrapper, so grab svn/trunk if you want the latest. I'll will update the tarball as well. Robert. On Wed, Aug 20, 2008 at 9:06 PM, Mike Wozniewski <[EMAIL PROTECTED]> wrote: > Hi, > > I have custom classes which extend OSG classes, and I'd like t

[osg-users] Creating custom wrappers for osgIntrospection

2008-08-20 Thread Mike Wozniewski
Hi, I have custom classes which extend OSG classes, and I'd like to create wrapper libraries for use with osgIntrospection. Particularly, I'd like to use these wrappers to call my custom methods from a GUI that doesn't need to know a lot about the classes. I've found something called GenWrap