Categories
PySoy
PySoy is a multi-threaded 3d game engine for Python. It's object-oriented API is designed for rapid game development while speed critical functions, such as physics processing and rendering, are implemented in C. (examples)
With the most computation-heavy parts of OpenGL and Physics processing in C, PySoy remains efficient while offering a high level object-oriented Python API. The goal is to allow for rapid development without sacrificing speed or flexibility.
Built primarily for games, PySoy offers an intuitive API for managing object behavior in 3D space. An optimized background thread takes care of the low-level processing leaving your Python code free to focus on higher level processing.
Last updated 18 Mar, 2008
Versions
1.0
- Released: 18 Mar, 2008
- Code Maturity: Beta
- Source Archive: http://www.pysoy.org/releases/pysoy-1.0-beta2.t...
- Licenses: GPLv3orlater
- Interfaces: Command Line
Development
Developer Resources
- VCS Checkout Command:
svn co http://svn.pysoy.org/trunk/pysoy



