An open API service indexing awesome lists of open source software.

https://github.com/petercollingridge/pygame3d

Set of modules that use Pygame to display 3D graphics
https://github.com/petercollingridge/pygame3d

3d-graphics pygame python python27

Last synced: about 2 months ago
JSON representation

Set of modules that use Pygame to display 3D graphics

Awesome Lists containing this project

README

        

### 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