derelict-ogg 1.0.2

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

DerelictOgg

A dynamic binding to libogg version 1.3 for the D Programming Language.

Please see the Derelict documentation, for information on how to build DerelictOgg and load libogg at run time. In the meantime, here's some sample code.

import derelict.ogg.ogg;

void main() {
    // Load the libogg library.
    DerelictOgg.load();

    // Now libogg functions can be called.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
2.0.0-beta.1 2017-Jun-04
2.0.0-alpha.1 2017-Mar-29
1.0.3 2017-Mar-29
1.0.2 2016-Oct-17
1.0.1 2015-Jan-04
Show all 9 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 14529 downloads total

Score:
1.1
Short URL:
derelict-ogg.dub.pm