I'm attempting to create a minimal example of CEF3 integrated into OpenSceneGraph (OSG)
I was able to find a couple resources online to get an idea of where to start. OSGEarth-Cef https://github.com/pelicanmapping/osgearth-cef This example looks promising, although it rely's heavily on OSGEarth classes and is pretty involved. I've been trying to pick this code apart to create a minimal example. no luck yet. Osgcef https://github.com/xarray/osgRecipes/tree/master/integrations/osgcef This example looks minimal, but is incomplete. Specifically, it uses osg::ref_ptr<ChromeImage> which doesn't appear to be implemented yet. cef_osr https://github.com/qwertzui11/cef_osr This example looks minimal, but it's based on Ogre. Maybe it can be used as a working reference and altered to work with OSG I would like to get a minimal OSG/CEF example working to share. Any links, resources, example or help is greatly appreciated. :D ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65161#65161 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

