Pygame3D icon indicating copy to clipboard operation
Pygame3D copied to clipboard

Set of modules that use Pygame to display 3D graphics

Modules

wireframe.py wireframeDisplay.py examples.py

wireframe.py

  • Module for creating and manipulating wireframe objects Requires: numpy

wireframeDisplay.py

  • Module for displaying wireframe objects on a Pygame screen and manipulating in response to keystrokes Requires: wireframe pygame numpy

examples.py

  • Module to demonstrate how to use the other module functions Requires: wireframe wireframeDisplay