Skip to content

akramgamal/2D-Graphics-Package

Repository files navigation

2D-Graphics-Package

A 2D graphics package to draw various graphical shapes using windows API with different drawing algorithms in C++ This packege enable users to:

1- Draw lines by DDA algorithm ,Parametric Line Equation ,Bresenham's mid-point algorithm

2- Draw circles by cartesian equation ,Polar Equation ,Iterative polar ,Bresenham's mid-point algorithm ,Modified Bresenham's mid-point algorithm

3- Draw ellipse by cartesian equation ,Polar Equation ,Iterative polar

4- Fill a circle by choosing which quarter to fill

5- Change colors

6- Clear the entire screen

About

2D graphics project done using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages