CSE423: Computer Graphics Course
Tried some of the basic graphics drawing using Rust. Currently wrote only Rectange, DDA Line, Midpoint Line, Midpoint Circle.
Drawn using build in line drawing method. This was used to get idea about the location are orientation of the drawing.
Line drawn using DDA algoritm.
Line Drawn using Mid Point Algorithm
A Circular pattern was drawn with the help of 8 way symmetry of circle and using Midpoint alorithm.