Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘openil’


[Tutorial] How To Load and Display an Image with DevIL and OpenGL

4 comments - What do you think?  Posted by JeGX - 2009/01/05 at 13:49

Categories: Game Development, OpenGL, Programming, Tutorial   Tags: , , , , , ,

DevIL Image Library

DevIL song:
“la la la, a cross-platform image library utilizing a
simple syntax to load, save, convert, manipulate, filter and display
a variety of images with ease, la la la”

DevIL Tutorial


As I promised in this post here is a tutorial about DevIL. This tutorial shows one way to load an image file and use it as a texture in OpenGL. We’ll use DevIL 1.7.5.

Read more…


DevIL 1.7.5 – Image Manipulation Library

4 comments - What do you think?  Posted by JeGX - 2009/01/02 at 17:09

Categories: Game Development, SDK   Tags: , , , ,


Read more…


DevIL 1.7.1

1 comment - What do you think?  Posted by JeGX - 2008/08/28 at 11:27

Categories: Programming   Tags: , , , , , ,

DevIL (also called OpenIL) seems to re-birth after almost two years of silence. DevIL is back in a new version 1.7.1. Developer’s Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease.

More information here: DevIL’s homepage


As soon as possible I’ll publish a VS2005 C++ project with OpenGL and DevIL. Stay tuned…