I have been pondering on the issue of osgIntrospection and feel the next step should be to create a new osgIntrospection project that retains API compatibility with the current lib and wrappers, but just provide them in a separate project. The layout of the project would be:
osgIntrospection/include/osgIntrospection osgIntrospection/src/osgIntrospection osgIntrospection/src/osgWrappers/osg/ osgIntrospection/src/osgWrappers/osgUtil/ osgIntrospection/src/osgWrappers/osgDB/ etc. osgIntrosepction/examples/osgintrospection With this structure we could directly move the various elements across to the new project with as little disruption as possible. I'll leave genwrapper as a separate project for the time being, but this could potentially be rolled into it. This is something for the new project maintainers to worry about though, my plan is to make the above project then hand over responsibility to the new maintainers. I'll create the above osgIntrospection project this week, and then pull osgIntrospection out of the core OpenSceneGaph in time for the next OSG-2.9.9 dev release that I'll make at the end of the week. Cheers, Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

