derelict-al 1.0.2
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 pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictAL and load AL 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.
...
}
- Registered by Mike Parker
- 1.0.2 released 8 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