derelict-ogg 1.0.1

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 versions 1.3.0 and 1.3.1 for the D Programming Language.

For information on how to build DerelictOgg 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 libogg library via DerelictOgg, see the page DerelictUtil for Users at the DerelictUtil Wiki. 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