lucianoiam / cef-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 60.7%Language:Makefile 39.3%