Has anyone attempted to combine this with D3?
Show HN: RoughJS – Create hand-drawn graphics using JavaScript
11–20 of 103 posts
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#12Cool. I notice on the map example that the hatching lines in some of the states (South Dakota and Georgia, for example) don't quite match up. Why is that?
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#13Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#14Quick bar chart example with D3: http://roughjs.com/examples/bar-chart.html
But now that I'm here... Is there any support for animation?
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#15Quick bar chart example with D3: http://roughjs.com/examples/bar-chart.html
Awesome. I was about to ask about D3 support. But now that I'm here... Is there any support for animation?
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#16Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#17EDIT: If folks want to play with a JSFiddle: https://jsfiddle.net/49g2Leqw/9/
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#18If you repeatedly clear canvas/draw with a setInterval of ~100-200ms, looks kind of like the hand-drawn un-stable lines art style of Squigglevision (Dr. Katz / Science Court) :) EDIT: If folks want to play with a JSFiddle: https://jsfiddle.net/49g2Leqw/9/
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#19Well, this just solved two problems I've been trying to figure out for months -- thanks, shihn! GitHub link: https://github.com/pshihn/rough