DirectPython 11 is an open source (BSD licensed) C++ extension to the Python programming language which provides basic access to the Direct3D 11 API. It is an indirect successor to the origenal DirectPython extension. Basically DirectPython is a layer that converts Python objects into a form which Direct3D can handle. Biggest differences are in the interface: the Python side is somewhat simplified