Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
dep
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

This repository was originally cloned from tishion/QCefView.

Since tishion/QCefView don't support OSR (offscreen rendering), so I create a repository with the same name to implement these features.

tishion/QCefView and winsoft666/QCefView are vastly different in code structure.


Known Issues:

  • CefRenderHandler::GetViewRect will be called frequently when resize browser window, and browser content can't resize correctly.

Build instruction:

  1. Download and install CMake

  2. Download and install Qt SDK from Qt Downloads

  3. Download CEF binary distribution Chromium Embedded Framework (CEF) Automated Builds and extract it to dep directory, for example:

    root
    ├─dep
    │  └─cef_binary_76.1.13+gf19c584+chromium-76.0.3809.132_windows64
    ├─src
    └─test
    
  4. Modify the config.cmake to set the required build configurations

  5. Just use CMake to build the project, for example:

    REM create the build folder 
    mkdir build.win && cd build.win
    
    REM generate and build the project
    cmake .. && cmake --build .

About

A QWidget encapsulating the CEF, support CEF OSR (Offscreen Rendering).

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.