Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 865 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 865 Bytes

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