Panda3D Manual: More Panda3D Resources
Panda3D Related Books
Panda3D Specific ResourcesAlice Gallery. This site holds many of the models created for use with Alice but exported into the .egg format. Be advised though, some of these models may not work properly. Python LibrariesPygame. GNU LGPL. Pygame is a set of Python modules designed for writing games. It includes Python bindings for SDL. Recommended for joystick support. Sound support is another free alternative to FMOD alongside Panda3D's implementation of OpenAL. Psyco. MIT-style license. Python JIT optimizer. Can make Python code run up to 100 times faster (on 32-bit Intel compatible chips). Panda3D is mostly written in C++, but usually programed in Python. If Python function calls become a bottleneck, try using Psyco. Weave. BSD-style license. 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. Twisted MIT-style license. An event-driven networking framework. Useful ToolsBlender. 3D modeling and animation. Extensible in Python. Very fast user interface. The Chicken and YABEE Egg exporters are available. The GIMP. A very capable free software raster image editor. Useful for converting image formats, creating and editing textures. Audacity. Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems. SWIG. A software development tool that connects programs written in C and C++ with a variety of high-level programming languages including Python. © Carnegie Mellon University 2010 |