Skip to content

The Chromium Embedded Framework (CEF) is an open source framework for embedding a web browser control based on Google Chrome, it is a convenient way to implement an HTML5 based GUI in a desktop application or to provide browser capabilities to an application. It comes with bindings for C, C++, Delphi, Java, .NET, and Python and runs on Linux, Ma…

License

CRDNicolasBourbaki/chromiumembedded

 
 

Repository files navigation

This is the CEF project patched with initial Aura window manager and Ozone support.

Building
----------

1. Setup your Chromium/CEF GIT repositories as it is documented on the CEF3
website.

2. Setup an ARM build:

# ./cef_create_projects.sh -I arm_ozone.gypi

Changelog:
----------
- Building for embedded ARM and X86 devices.
- Support for Aura window manager.
- Building CEF without toolkit views.

ToDo:
---------
- Test builds for various platforms supported by CEF.

About

The Chromium Embedded Framework (CEF) is an open source framework for embedding a web browser control based on Google Chrome, it is a convenient way to implement an HTML5 based GUI in a desktop application or to provide browser capabilities to an application. It comes with bindings for C, C++, Delphi, Java, .NET, and Python and runs on Linux, Ma…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.8%
  • Objective-C++ 2.4%
  • Python 1.3%
  • C 1.0%
  • HTML 0.8%
  • Objective-C 0.7%