mirror of
https://github.com/rough-stuff/rough.git
synced 2026-02-14 23:45:05 -05:00
24 lines
952 B
Markdown
24 lines
952 B
Markdown
# Rough.js
|
|
|
|
<b>[roughjs.com](https://pshihn.github.io/rough/)</b>
|
|
|
|
<b>Rough.js</b> is a light weight, stand-alone [Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) based library that lets you draw in a _sketchy_, _hand-drawn-like_, style.
|
|
The library defines primitives to draw lines, curves, arcs, polygons, circles, and ellipses. It also supports drawing [SVG paths](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths).
|
|
|
|
## Documentation & Examples
|
|
|
|
Check out the website: [roughjs.com](https://pshihn.github.io/rough/)
|
|
|
|
## API
|
|
|
|
[Rough.js API](https://github.com/pshihn/rough/wiki)
|
|
|
|
## Releases
|
|
|
|
The latest Rough.js release (beta version 0.1): [Download](./builds/rough.zip)
|
|
|
|
## Credits
|
|
|
|
This project was inspired by [Handy](http://www.gicentre.net/handy/), a java based library for [Processing](https://processing.org/).
|
|
Rough.js borrows some core algorithms from Handy, but it is _not a JS port_ for processing.js.
|