# cef3-windows-sample **Repository Path**: null_582_8654/cef3-windows-sample ## Basic Information - **Project Name**: cef3-windows-sample - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cef3-window-sample [Chromium Embedded Framework 3](http://bitbucket.org/chromiumembedded/cef) offscreen rendering example on windows. GUI and animation build with html/css3. ![screenshot](https://github.com/teaegg/cef3-windows-sample/blob/master/cef-based-ui.gif) ## Install ```sh $ git clone https://github.com/teaegg/cef3-windows-sample.git ``` Or [download as ZIP](https://github.com/teaegg/cef3-windows-sample/archive/master.zip). 1. open doomtool.vcxproj with vs2010+. 2. build Or run the doomtool.exe in /cef3-windows-sample/build/Release/ ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## License [MIT License](https://github.com/teaegg/cef3-windows-sample/blob/master/README.md)