# CEFWebkitBrowser **Repository Path**: Codebee/CEFWebkitBrowser ## Basic Information - **Project Name**: CEFWebkitBrowser - **Description**: 基于duilib和CEF3的浏览器 - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 22 - **Forks**: 8 - **Created**: 2016-09-09 - **Last Updated**: 2022-11-07 ## Categories & Tags **Categories**: desktop-ui **Tags**: None ## README # CEFWebkitBrowser Chromium Embedded Framework 3 是基于Google Chromium的Webbrowser控件。CEF支持一系列的编程语言(.net c++ c)和操作系统(windows,linux,os),能很容易地整合到已有的工程中。 项目是基于duilib和CEF3的简单浏览器,只有基本的框架没有实现复杂的功能,主要用于CEF的学习参考,使用vs2015编译。 CEF用的是 https://cefbuilds.com/ 下载的编译好的版本,现在采用的是Branch 2704-Windows 32bit,下载后拷贝到CEF文件夹即可, 详看http://blog.csdn.net/x356982611/article/details/52174234 这个里面收集了一些CEF的文档和资料,可以参考学习 https://github.com/fanfeilong/cefutil 编译好程序下载地址: http://download.csdn.net/detail/x356982611/9623253 ![image](https://github.com/CodeBees/CEFWebkitBrowser/blob/master/show.png)