DirectPython 0.8

DirectPython 0.8 Download Summary

  • Language: Python
  • Platform: Windows
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 825
  • Released: Jun 23, 2007

DirectPython 0.8 Description

DirectPython is an open source C extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput.

DirectPython uses DirectX almost directly, usually just interpreting Python objects to a form that DirectX can understand. Naturally Python's philosophy has been kept in mind during the planning: DirectPython is simple to use and install. There is no need to download any external libraries (assuming that Python and DirectX are installed) in order to use DirectPython.

Features:
- High-performance 3D and 2D rendering
- Alpha blending, antialiasing and anisotropic filtering
- Bump- and environmental mapping
- High-level language (HLSL) shaders with shader model 3.0 support
- Meshes, both static and animated using the flexible .x-format
- Integrate DirectPython with your favorite windowing toolkit like wxPython... ...or use the skinnable Direct3D GUI library
- Use physics libraries like PyODE for high speed demonstrations or games
- Pass raw matrix- and vertexdata (eg. from NumPy) directly to Direct3D
- Play sounds (with basic 3D support if needed) and videos easily without any third-party dependencies
- Use DirectInput to receive status information from game controllers

DirectPython Bookmark

Hyperlink code:
Hyperlink for Forum code:

DirectPython 0.8 Script Download Notice

Top 4 Download periodically updates information of DirectPython 0.8 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. DirectPython 0.8 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

re2 library

The re2 library provides a hierarchical named groups extension to the standard python re library. re2 extracts a hierarchy of named groups matches from a string, rather than the flat, incomplete dictionary that the standard re module returns. tandard r; ...
Python

A higher level struct module

... and updates by field name, not position - Extension of structures by inheritance ...
Python

Pexpect

... TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use. ...
Python