Skip to content

Dynamic bindings to the Chromium Embedded Framework for the D Programming Language.

Notifications You must be signed in to change notification settings

DerelictOrg/DerelictCEF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DerelictCEF

A dynamic binding to the Chromium Embedded Framework for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictCEF and load libcef at run time. In the meantime, here's some sample code.

import derelict.cef.cef;

void main() {
    // Load the CEF library.
    DerelictCEF.load();

    // Now libcef functions can be called.
    ...
}

About

Dynamic bindings to the Chromium Embedded Framework for the D Programming Language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages