DXPy 0.2 Documentation:
Here you will find all of the resources you need to begin developing games in DXPy. This documentation was designed to be as comprehensive as possible and to include every aspect of DXPy programming to make game making very simple.
Parts of the Documentation: | |
Tutorial | A tutorial on how to use DXPy, including sample applications and reference to the most important parts of the program's API. This is a comprehensive tutorial which leads through every aspect of DXPy, from beginner to advanced. It assumes a basic knowledge of python. No previous knowledge of DXPy is assumed. |
Extending | How to use native libraries (DLLs) to extend the functionality of DXPy's embedded python |
API Function Reference | Here all of the functions in DXPy are listed, along with detailed explanations of their workings, including their original source code. |
Compiling | All of the source code and dependencies are listed here, as well as instructions on how to compile a working copy of DXPy using both MinGW and MSVC++. |