Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 852 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 852 Bytes

Python 3D Graphics

3D Graphics using Python and PyOpenGL.

Demo

3D Pyramid

Features

  • Change perspective
  • Shape auto rotates and can be moved using arrow keys

How to Run

$ git clone https://github.com/barclayd/Python-3D-Graphics.git
$ cd Python-3D-Graphics
$ python main.py

How to Use

  • 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

Future Improvements

  • Support for more shape types
  • Support for multiple shapes at once