Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

CEF Demos

Small CEF Demos

More docs to come

Demos

The simple demos have no external dependencies other than CEF and the cef.dll wrapper.

  • cefsimple - A copy of the cefsimple test from the CEF project. Here to make sure everything is backwards compatible.
  • simple - A bare-bones minimal example which launches a browser.
  • simple-headless - A minimal headless browser example

The other demos depend on the demos-common library defined here.

  • resource - Uses a resource manager to load files from the html subdirectory
  • file-manager - A file manager demo with HTML GUI

License and copyright

This software is distributed under the MIT Software License.

See accompanying file LICENSE.txt or copy here.

Copyright © 2019 Borislav Stanimirov