derelict-il ~1.7.8

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

DerelictIL

A dynamic binding to version 1.7.8 of the DevIL library for the D Programming Language.

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

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

import derelict.devil.il;
import derelict.devil.ilu;
import derelict.devil.ilut;

void main() {
    // Load the DevIL/ILU/ILUT libraries, .
    DerelictIL.load();
    DerelictILU.load();
    DerelictILUT.load();

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

NOTE: In the Windows binary packages downloadable from the DevIL homepage, DevIL.dll does not properly export the function ilFlipSurfaceDxtcData. Therefore, I have currently disabled it in the binding.

Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
2.0.0-beta.2 2017-Nov-14
2.0.0-beta.1 2017-Jun-04
2.0.0-alpha.2 2017-Mar-01
2.0.0-alpha.1 2017-Jan-15
1.0.1 2016-Oct-17
Show all 9 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 954 downloads total

Score:
0.9
Short URL:
derelict-il.dub.pm