Show HN: RoughJS – Create hand-drawn graphics using JavaScript
1–10 of 103 posts
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#2I like it -- it would be killer if there was a way to simply throw an SVG at it and have it convert the whole thing to this style.
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#3I like it -- it would be killer if there was a way to simply throw an SVG at it and have it convert the whole thing to this style.
It's doable - It already parses SVG paths https://github.com/pshihn/rough/wiki#path-d--options
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#4Has anyone attempted to combine this with D3?
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#5Well, this just solved two problems I've been trying to figure out for months -- thanks, shihn!
GitHub link: https://github.com/pshihn/rough
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#6Has anyone attempted to combine this with D3?
I drew a map with RoughJS and d3 (3rd example ->)https://github.com/pshihn/rough/wiki/Examples
I'm sure Charts and all would be easy too.
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#7Very cool. Reminds me of Steve Hanov's work:
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#8In the same vein, I've been using Zwibbler ( http://zwibbler.com/demo/ ) for all the illustrations on my blog ( http://vjeux.com ) and it's been really nice to have images that look like they have been hand drawn.
Re: Show HN: RoughJS – Create hand-drawn graphics using JavaScript
#9Cool. 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
#10I would absolutely love a flow chart library that used this with decent text alignment.
I used to prefer mermaid.js, but it silently fails in ways the don't work that well for me: https://mermaidjs.github.io/mermaid-live-editor.