3D Graphics using Python and PyOpenGL.
- Change perspective
- Shape auto rotates and can be moved using arrow keys
$ git clone https://github.com/barclayd/Python-3D-Graphics.git
$ cd Python-3D-Graphics
$ python main.py
- left: move shape to the left
- right: move shape to the right
- up: move shape up
- down: move shape down
- w: increase velocity of shape
- s: decrease velocity of shape
- a: freeze shape in current position
- Support for more shape types
- Support for multiple shapes at once