PyOgre are Python bindings for the Ogre 3D graphics engine.
Requirements:
· Python 2.3 or 2.4
· SWIG
· GCC 3.3
· Ogre3D
Installation:
Right now there is no standard setup.py and you are on your own. The following commands given from the top-level directory should be enough but your mileage may vary:
swig -c++ -python -modern $(pkg-config --cflags-only-I OGRE)
pyogre/ogre/ogre.i
gcc -shared -fpic -DPIC $(pkg-config --cflags --libs OGRE)
-I/usr/include/python2.4 -o pyogre/ogre/_ogre.so
pyogre/ogre/ogre_wrap.cxx
Product's homepage