Simple Computer Graphics Algorithms
Implemented the following computer graphics algorithms in Python,
- Digital Differential Analyzer (DDA) - Line and Polygon generating algorithm
- Bresenham’s Line, Polygon, Circle and Ellipse algorithm
- Cohen-Sutherland Line and window clipping algorithms
- 2D-3D Homogenous Transformation algorithms
- Bezier and Hermite curve generation algorithms