derelict-il 1.0.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.7.8 of the DevIL library for the D Programming Language.
Please see 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.
...
}
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.
- Registered by Mike Parker
- 1.0.1 released 7 years ago
- DerelictOrg/DerelictIL
- github.com/DerelictOrg/DerelictIL
- Boost
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
949 downloads total
-
- Score:
- 0.9
- Short URL:
- derelict-il.dub.pm