Live data from Hacker News

Creating a Pencil Effect in SVG

heredragonsabound.blogspot.com

1–10 of 26 posts

Re: Creating a Pencil Effect in SVG

#3

Very cool. Game developers get all the fun problems :) If anyone gets interested in the SVG format, I've also found this to be a very useful resource: https://svgpocketguide.com/book/

Personally I found the SVG specification very readable and understandable as well. It also has the benefit of accurately describing what the renderer should do (a lot of resources out there are outdated or inaccurate).

Re: Creating a Pencil Effect in SVG

#6

Very cool. Game developers get all the fun problems :) If anyone gets interested in the SVG format, I've also found this to be a very useful resource: https://svgpocketguide.com/book/

The Mozilla SVG docs are great too: https://developer.mozilla.org/en-US/docs/Web/SVG

Re: Creating a Pencil Effect in SVG

#10
I wish there was an SVG2 that was more like modern 3D graphics APIs. My druthers: vertex stores, index buffers, stroke & shapes paths, and then both "standard" (prebaked) and "user-defined" (shader) shaders for texturing the strokes & shapes.
Post reply on HN