added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)

This commit is contained in:
Martin Felis
2013-12-05 17:58:37 +01:00
parent 9604528a96
commit 95a086a47f
3700 changed files with 1691119 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