An implementation of a SIGGRAPH paper:
Resolution Independent Curve Rendering using Programmable Graphics Hardware
by Charles Loop and Jim Blinn
SIGGRAPH 2005
http://dx.doi.org/10.1145/1073204.1073303
Note:
- This project is built with Qt 5.x and OpenGL.
2. This is a Visual Studio 2010 project, so you need to use Windows, but you can easily port it to a Qt project by manually creating a .pro file.
3. If you use Visual Studio, you need Qt Visual Studio Add-in.
4. You also need Eigen Matrix Library (http://eigen.tuxfamily.org/index.php?title=Main_Page)