derelict-glfw3 1.0.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 GLFW 3 for the D Programming Language.

For information on how to build DerelictGLFW3 and link it with your programs, please see the post Using Derelict at The One With D.

For information on how to load the GLFW 3 library via DerelictGLFW3, see the page DerelictUtil for Users at the DerelictUtil Wiki. 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