High Performance Graphics and Gaming
Python-Ogre is a free open source Python interface to a wide range of C++ libraries. Focused primarily on supporting the Ogre 3D graphics library, along with a number of supporting Graphics and Gaming libraries. Python-Ogre allows developers to take advantage of the simplicity of Python with the performance and functionality of the underlying libraries.
Thanks goes to Roman and his Py++ toolset, without which Python-Ogre would not be possible.
Next
What can I do with it?
The possiblities for graphics and gaming environment with Python-Ogre are endless. With nearly 30 high performance C++ modules supported you can :
- Create any type of 3D game
- Implement visual representation of nature
- Create educational tools
- Just have fun learning 3D graphics in the comfort of Python
Prev Next
Where can I get it?
Python-Ogre is available as a binary release for both Windows and Linux platforms. The Windows binary release tends to be the most current as I do most of my development on a Windows machine.
Windows binary can be found on sourceforge
Of course this is an open source project so the source is available and not that difficult to build. Instructiosn to build from source can be found on the wiki.
Prev