Skip to content

A dynamic binding to GLFW 3 for the D Programming Language.

Notifications You must be signed in to change notification settings

extrawurst/DerelictGLFW3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DerelictGLFW3

A dynamic binding to version 3.1 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.
    ...
}

About

A dynamic binding to GLFW 3 for the D Programming Language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 100.0%