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.
- Host: GitHub
- URL: https://github.com/jambolo/thick-xiaolin-wu
- Owner: jambolo
- License: mit
- Created: 2022-01-23T09:23:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T18:29:48.000Z (over 3 years ago)
- Last Synced: 2025-04-15T09:45:06.755Z (7 months ago)
- Topics: coffeescript, graphics-programming, line-drawing
- Language: CoffeeScript
- Homepage:
- Size: 831 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.