derelict-il 2.0.0-beta.1

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.8.0 of the DevIL library 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 DerelictIL and load DevIL at run time. 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.
    ...
}
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