derelict-al 1.0.3

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.

Please see the Derelict documentation for information on how to build DerelictAL and load OpenAL at run time. 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

  • 1 downloads this week

  • 3 downloads this month

  • 16380 downloads total

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