/cef_osr

Cef off-screen rendering example

Primary LanguageCMakeThe UnlicenseUnlicense

#About This is an example of how to use CEF as an off-screen renderer using ogre3d as platform independent renderer. The Example renders http://deanm.github.io/pre3d/monster.html to a 1024x768 texture. ##Authors Markus Lanner ##Building Use Cmake and a C++11 compiler. Tested with ogre3d 1.9 and CEF 3.2295.2034. ##Running the example Ensure you got the content of the folder cef/Resources/* and the executable chrome-sandbox along with the osr binary. Ensure you copied the ogre plugins.cfg in your working directory.