derelict-fmod 0.2.0

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

DerelictFmod

A dynamic binding to Fmod low level api (c-api) for the D Programming Language.

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

Initialization example:

import derelict.fmod.fmod;

void main() {
    // Load the Fmod library.
    DerelictFmod.load();

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

Note: Do not forget to download the official fmod binaries (shared libraries).

Authors:
  • Stephan Dilly
Dependencies:
derelict-util
Versions:
4.1.1 2017-Nov-20
4.1.0 2017-Sep-20
4.0.4 2017-Sep-15
4.0.3 2017-Sep-15
4.0.2 2017-Jun-08
Show all 27 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 874 downloads total

Score:
0.9
Short URL:
derelict-fmod.dub.pm