https://github.com/mkeeter/swingline
Weighted Voronoi Stippling on the GPU
https://github.com/mkeeter/swingline
Last synced: about 1 year ago
JSON representation
Weighted Voronoi Stippling on the GPU
- Host: GitHub
- URL: https://github.com/mkeeter/swingline
- Owner: mkeeter
- License: gpl-2.0
- Created: 2016-05-01T15:14:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T20:23:20.000Z (about 8 years ago)
- Last Synced: 2025-03-18T01:51:47.321Z (about 1 year ago)
- Language: C
- Size: 89.8 KB
- Stars: 63
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Swingline is a fast, pure-GPU implementation of [Weighted Voronoi Stippling](https://www.cs.ubc.ca/labs/imager/tr/2002/secord2002b/secord.2002b.pdf).

The implementation is in `swingline.c`
For more details, see the [project page](https://mattkeeter.com/projects/swingline).