Skip to content

GPU Curve Rendering using Blinn-Loop technique (SIGGRAPH 2005)

Notifications You must be signed in to change notification settings

Mathemagica228/GPU_Curve_Rendering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. 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)

About

GPU Curve Rendering using Blinn-Loop technique (SIGGRAPH 2005)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • GLSL 2.1%