Cef 3 off-screen rendering example for SDL based on CEF OSR
Assuming '$project_dir' is the directory where this project lives
Download SDL 2 development libraries and unzip to '$project_dir\sdl'
- download Chromium Embedded Framework 3 and unzip somewhere
- cd $somewhere
- build samples & libcef_dll :
- mkdir build
- cd build
- cmake .. && cmake --build .
- copy :
- 'build\libcef_dll\Debug\libcef_dll_wrapper.lib' to '$project_dir\vendor\cef\lib'
- 'Debug\*' & 'Resources' to '$project_dir\vendor\cef'
- cd $project_dir
- mkdir build
- cd build
- cmake .. && cmake --build .