An interactive program that implements the following types of curves:
- Hermit
- Cubic Interpolation
- Bezier
Written in C++ using openGL & glut libraries. Source code available here.
Setting up glut in Windows can be tedious. This is a helpful tutorial on how to set it up in Visual Studio.