rough-stuff/rough

Feature Request

9kartik opened this issue · 3 comments

Cross hatch style sketchy linear gradient.

image

This is the sketch style shading, currently we can look at linear gradients only which will just utilise hatching at different angles to mimic shading.

One other variation would be stippling.

image

Let me know if this would be a good feature to have, I'll be happy to contribute.

Nice idea for sure. especially if it's done gradually rather than in blocks.
I am a bit hesitant to add another shader right now because I am envisioning that next major release will make shaders pluggable. So instead of having lots of shaders built in, people can use a specific shader as a separate module that plugs in.

Yeah, of course, the final implementation wouldn't be in blocks but based on length and angle user has selected.

Just want to know if the pluggable shaders are they going to be external libraries?