Skip to content

A dynamic binding to the ALURE library for the D Programming Language.

Notifications You must be signed in to change notification settings

DerelictOrg/DerelictALURE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DerelictALURE

A dynamic binding to version 1.2 of the ALURE (AL Utilities REtooled) library for the D Programming Language.

Please see the sections on Compiling and Linking and The Derelict Loader, 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.alure.alure;

void main() {
    // Load the ALURE library.
    DerelictALURE.load();

    // Now ALURE functions can be called.
    ...
}

About

A dynamic binding to the ALURE library for the D Programming Language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages