An open API service indexing awesome lists of open source software.

https://github.com/jambolo/thick-xiaolin-wu

A simple extension to Xiaolin Wu's line drawing algorithm to draw thick lines.
https://github.com/jambolo/thick-xiaolin-wu

coffeescript graphics-programming line-drawing

Last synced: 4 months ago
JSON representation

A simple extension to Xiaolin Wu's line drawing algorithm to draw thick lines.

Awesome Lists containing this project

README

          

# thick-xiaolin-wu

A simple extension to Xiaolin Wu's line drawing algorithm to draw thick lines.

Xiaolin Wu's line drawing algorithm draws anti-aliased 1-pixel wide lines very efficiently. This implementation
extends the algorithm to draw anti-aliased lines of arbitrary width.