A C++ OpenGL implementation for drawing filled ellipses, based on a fast Bresenham type algorithm written by Mr. John Kennedy
####Dependencies:
- OpenGL 2.1
- freeglut
- GLEW
####Instructions: Just run make, and execute the drawEllipse executable.
If you are looking for just a hollow ellipse, you could get it here
If you are looking for an implementation with lines, you could get it here - Please note not all pixels are painted within the ellipse, and hence the approach with triangles and quads
If you are looking for an implementation with triangles, you could get it here
####Credits: