derelict-fmod 4.1.1

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 Build Status

Note: Supports fmod version 1.10.00

A dynamic binding to Fmod low level api and fmodstudio 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.

See more detailed example app here.

Just initializing of the bindings:

import derelict.fmod.fmod;

void main() {
    // Load the Fmod library.
    DerelictFmod.load();
    // Load the Fmod studio library.
    DerelictFmodStudio.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