Skip to content

DerelictOrg/DerelictOgg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DerelictOgg

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

Please see the sections on Compiling and Linking and The Derelict Loader, in 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.
    ...
}

About

Dynamic bindings to libogg for the D Programming Language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages