Skip to content

Minimal set of files required to produce a working Chromium Embedded Framework (CEF) based program.

License

Notifications You must be signed in to change notification settings

lucianoiam/cef-boilerplate

Repository files navigation

Minimal set of files required to produce a working Chromium Embedded Framework
(CEF) based program.

CEF is an open source library for embedding a Chromium browser
https://bitbucket.org/chromiumembedded/cef/

Contents:

- Example "cefsimple" source code from CEF
- Makefile for building libcef_dll_wrapper and the example app

Currently targets Linux x86-64 only.

Requires a binary CEF disribution that can be downloaded from here:
https://cef-builds.spotifycdn.com/index.html

Branch 'master' contains the original cefsimple program
Branch 'minimal' contains a stripped down version of cefsimple

About

Minimal set of files required to produce a working Chromium Embedded Framework (CEF) based program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published