derelict-glfw3 ~3.0

A dynamic 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 binding to version 3.0 of the GLFW 3 library 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 DerelictGLFW3 and load GLFW3 at run time. In the meantime, 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.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util
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

  • 1 downloads this week

  • 9 downloads this month

  • 26183 downloads total

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