New versions of DirectPython and DirectX for comtypes are now available at http://directpython.sourceforge.net/
What are these? ----------- DirectPython is a C++ extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. The full distribution is very easy to install and it includes many samples and documentation which shows the basics of DirectPython programming. No additional packages are needed. DirectX for comtypes is a package which contains the COM interface definitions which can be used to call DirectX through comtypes. This package is still experimental and currently only supports Direct3D. Whats new in 0.7.0? ------------------ -Bug fixes -Features added -New samples -Better support for NumPy (and some other libraries, too). And much more. Check the release notes for further information. Requirements ------------- A Windows operating system with Python 2.4.x and DirectX 9.0c installed. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
