Kapps / DerelictFI

A dynamic binding to FreeImage for the D Programming Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DerelictFI

A dynamic binding to the FreeImage library, version 3.15, for the D Programming Language.

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

For information on how to load the FreeImage library via DerelictFI, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

import derelict.freeimage.freeimage;

void main() {
    // Load the FreeImagee library.
    DerelictFI.load();

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

About

A dynamic binding to FreeImage for the D Programming Language.


Languages

Language:D 100.0%