July 06, 2003

OGRE    [ Software ]

Started playing around with OGRE, an LGPL'd cross-platform graphics rendering engine.   Check out the demos available for download, they're pretty spiffy.   It'll work with OpenGL on Linux + Mac OS X and DirectX / OpenGL on Windows platforms.

I'm still getting all the Debian -testing packages installed for it, which involves doing a lot of:

# apt-cache search 'DevIL' | more
[ ... scroll through results ... ]
# apt-get install libdevil-dev

and so forth.   Packages that I've had to install so far (based on a compiler-plus-kernel-dev-tools setup) are:

libdevil-dev
libfreetype6-dev
libsdl1.2-dev
pkg-config
autoconf
automake
libtool
libjpeg62-dev
libmng-dev
mesag-dev
libpng3-dev
libtiff3g-dev

Posted by edobbs at July 6, 2003 10:47 PM