derelict-al 1.0.0

A dynamic binding to the OpenAL 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:

DerelictAL

A dynamic binding to OpenAL for the D Programming Language.

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

For information on how to load the OpenAL library via DerelictAL, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

import derelict.openal.al;

void main() {
    // Load the OpenAL library.
    DerelictAL.load();

    // Now OpenAL functions can be called.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
2.0.0-beta.2 2017-Sep-22
2.0.0-beta.1 2017-Jun-04
2.0.0-alpha.2 2017-Apr-30
2.0.0-alpha.1 2017-Mar-01
1.0.3 2016-Oct-18
Show all 11 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 3 downloads this month

  • 16380 downloads total

Score:
1.7
Short URL:
derelict-al.dub.pm