A Qt OpenGL Widget for curve editing. The spline library is from http://people.sc.fsu.edu/~jburkardt/c_src/spline/spline.html.
Build
You should have installed cmake and Qt, then use the following commands.
mkdir build
cd build
cmake -G Xcode ..
(for other compilers, please change the cmake generator)