Hi Gian, On 5/6/07, Gian Lorenzetto <[EMAIL PROTECTED]> wrote:
Robert, I have an implementation for GraphcisWindowWX along with a SimpleViewerWX modelled on the other examples. Before I submit this I wanted to clarify a few things: 1) Should GraphicsWindowWX be in it's own header file in osgViewer/api/wxwidgets
Yes, if its a class that others can benefit from then placing this in osgViewer/api/WxWigets is the place to put it. I am also curious about going the route of using Traits::inheritedWindowData to pass in an already created window to utilize the graphics context support in osgViewer for toolkits like WxWidgets Qt etc. This isn't mutually exclusive to the above though, users might use different approaches in different contexts. This can wait though.
2) Does the new CMake build system specify external libs? I don't even know where to look ... :/
CMake can search for dependencies. Existing examples of use of external dependencies are things like the xine, jp2, dae plugins, each have a OpenSceneGraph/CMakeModules/Find*.cmake file. For WxWidgets I think we'll already find the support for WxWidget available so we won't need to add our own FindWxWidget.cmake. Robert.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
