Graph Plotter is a C++ graphics project focused on rendering mathematical functions at pixel level to build intuition for plotting logic and coordinate transformations.

Highlights

  • Plots trigonometric and polynomial functions.
  • Handles axis mapping and coordinate conversion.
  • Built with classic graphics.h style rendering primitives.