PyOgre

From Wikipedia, the free encyclopedia

PyOgre
200px‎
Developed by The OGRE Team
Latest release 1.0.6-0 Azathoth / December 03, 2005
Platform Cross-platform
Genre 3D graphics engine
License LGPL
Website http://www.ogre3d.org/wiki/index.php/PyOgre

PyOgre is a Python binding for the OGRE 3D engine, allowing you to use the functionality of OGRE in Python instead of C++. This would allow you to create a functional program at roughly ten times [1] [2] [3] the speed at the cost of runtime performance.

Most of the documentation for PyOgre can be found at OGRE's wiki. PyOgre's forum is the definite place to get help or to find the latest releases.

An alternative package is Python-Ogre.

[edit] References

  1. ^ [1] OGRE Alternative Languages page
  2. ^ [2] Guido van Rossum interview
  3. ^ [3] Python quotes

[edit] External links