Skip to content

An implementation of Blinn-Loop algorithm that renders Bézier curves on GPU.

Notifications You must be signed in to change notification settings

azer89/GPU_Curve_Rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt tag

An implementation of a SIGGRAPH paper:
Resolution Independent Curve Rendering using Programmable Graphics Hardware (SIGGRAPH 2005)
by Charles Loop and Jim Blinn
http://dx.doi.org/10.1145/1073204.1073303

You can take a look on CurveRenderer.cpp where the actual algorithm is implemented.

This repo was actually a small part of a bigger project about vectorizing rasterized manga artwork. Below is the video demo:

video_goku.mp4

Dependencies:

  1. Qt 5.x and OpenGL
  2. Visual Studio 2010
  3. Eigen Matrix Library

About

An implementation of Blinn-Loop algorithm that renders Bézier curves on GPU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published