Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 862 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 862 Bytes

Graphics_Engine

To Run:

python main.py

About

Graphics engine using linear algebra and python

Ideas implemented include: Bresenham’s line algorithm, Edge Matrix Manipulation, rotation/transformation matrices, 3-d shapes (sphere, torus, box), lighting models, z-buffering, the Phong Reflection model