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.
...
}
- Registered by Mike Parker
- 1.0.0 released 10 years ago
- DerelictOrg/DerelictAL
- github.com/DerelictOrg/DerelictAL
- Boost
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
1 downloads this week
-
1 downloads this month
-
16392 downloads total
-
- Score:
- 1.6
- Short URL:
- derelict-al.dub.pm