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
- Host: GitHub
- URL: https://github.com/petercollingridge/pygame3d
- Owner: petercollingridge
- Created: 2011-05-09T19:34:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T11:03:49.000Z (over 8 years ago)
- Last Synced: 2025-03-23T19:22:46.862Z (3 months ago)
- Topics: 3d-graphics, pygame, python, python27
- Language: Python
- Homepage: http://www.petercollingridge.co.uk/pygame-3d-graphics-tutorial
- Size: 327 KB
- Stars: 68
- Watchers: 6
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README
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