Chromium Embedded Framework 3 offscreen rendering example on windows. GUI and animation build with html/css3.
$ git clone https://github.com/teaegg/cef3-windows-sample.git
Or download as ZIP.
- open doomtool.vcxproj with vs2010+.
- build
Or run the doomtool.exe in /cef3-windows-sample/build/Release/
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D