PyOgre 1.0.6 review

Download
by rbytes.net on

PyOgre are Python bindings for the Ogre 3D graphics engine. Requirements: · Python 2.3 or 2.4 · SWIG · GCC 3.3 · Ogre3D Ins

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Clay Culver & Federico Di Gregorio
0 stars award from rbytes.net

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

PyOgre 1.0.6 search tags