Add DevIL 1.7.8.

This commit is contained in:
rude
2013-09-26 00:20:08 +02:00
parent 6e493fb605
commit c065120c58
487 changed files with 219483 additions and 0 deletions
@@ -0,0 +1,19 @@
Versions of Python since 2.5 include ctypes, easily letting you interface directly with a Windows .dll or a Linux .so. Two .py files are included that let you do this: DevIL-Windows.py and DevIL-Linux.py.
For more information on ctypes, visit http://starship.python.net/crew/theller/ctypes/ .
Here is the text for the old version of the DevIL Python wrapper (still included at the moment):
The test program require Pygame and PyOpenGL to work but
you don't need them to use the library. You can find the
needed package at:
Pygame - http://www.pygame.org
PyOpenGL - http://pyopengl.sourceforge.net