derelict-glfw3 4.0.0-alpha.3

A dynamic and static binding to the GLFW 3 library.


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:

DerelictGLFW3

A dynamic and static binding to version 3.2 of the GLFW 3 library for the D Programming Language.

The dynamic binding is the default configuration and allows you to load the GLFW3 shared library manually at runtime. Please see the DerelictGLFW3 documentation and the page Using Derelict for information on how to build DerelictGLFW3 and load the GLFW3 library at run time. Here's some sample code.

import derelict.glfw3.glfw3;

void main() {
    // Load the GLFW 3 library.
    DerelictGLFW3.load();

    // Now GLFW 3 functions can be called.
    ...
}

The static binding allows you to link with the GLFW3 library both dynamically and statically. To enable this configuration, you must specify it as a subConfiguration in your dub.sdl file, or compile DerelictGLFW3 manually with -version=DerelictGLFW3Static. See the DerelictGLFW3 documentation for more information on this configuration.

Authors:
  • Mike Parker
Dependencies:
none
Versions:
4.0.0-beta.1 2017-Jun-04
4.0.0-alpha.6 2017-May-16
4.0.0-alpha.5 2017-Apr-25
4.0.0-alpha.4 2017-Apr-21
4.0.0-alpha.3 2016-Nov-08
Show all 27 versions
Download Stats:
  • 0 downloads today

  • 2 downloads this week

  • 9 downloads this month

  • 26174 downloads total

Score:
2.1
Short URL:
derelict-glfw3.dub.pm