Python doesn’t have native core graphics library or toolkits.But there are plenty of extentions available for python.This article discusses some of available python libraries.
Weave
The weave package allows the inclusion of C/C++ within Python code and is useful in accelerating Python code. Weave is a subpackage of scipy.
License: BSD-style license.
Website: http://scipy.org/Weave
PyOpenAL
PyOpenAL is a binding of OpenAL for Python. OpenAL is a cross-platform 3D audio API. This is another alternative to FMOD.
Licesne: GNU LGPL.
Website: http://home.gna.org/oomadness/en/pyopenal/
PyODE
Python bindings for The Open Dynamics Engine. ODE is a Real-time rigid body dynamics/collision detection physics engine.
Licesne: GNU LGPL, or BSD-style license.
website: http://pyode.sourceforge.net/
Pygame
Pygame is a set of Python modules designed for writing games. It includes Python bindings for SDL. Recommended for joystick support.
Licesne: GNU LGPL
Website: http://www.pygame.org/wiki/about
These are some of the available python libraries.If you know any one of the libraries available for gaming & graphics,please do let me know.Please do not hesitate to post them here.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.