Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 793 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 793 Bytes

Stippling is a drawing in which dots are placed carefully to simulate the density of an image. This project is an implementation of Adrian Secord's Weighted Voronoi Stippling paper. I implemented the stippling algorithm by implementing GPU-based Lloyd's method to generate centroidal Voronoi diagrams.

Video demo: https://www.youtube.com/watch?v=SGw27SoViQM

This is one example of a scene from the movie The Shining

the_shining


If you feed the points into a TSP solver, you get this weird design

2001