derelict-fi 1.0.1

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

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.
    ...
}
Authors:
  • Mike Parker
  • Tomasz Stachowiak
Dependencies:
derelict-util
Versions:
3.0.0-beta.1 2017-Jun-04
3.0.0-alpha.1 2016-Nov-05
2.0.3 2016-Oct-04
2.0.2 2015-Jul-19
2.0.1 2015-May-25
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 6 downloads this month

  • 47034 downloads total

Score:
1.7
Short URL:
derelict-fi.dub.pm