derelict-cef 0.1.0

A dynamic binding to the Chromium Embedded Framework.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

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.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
0.1.0 2019-Mar-28
0.0.3 2015-Mar-25
0.0.2 2015-Jan-22
0.0.1 2015-Jan-21
~master 2019-Mar-28
Show all 5 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 292 downloads total

Score:
1.8
Short URL:
derelict-cef.dub.pm