Tagged Questions

2
votes
4answers
2k views

I need an algorithm for rendering soft paint brush strokes

I have an array of mouse points, a stroke width, and a softness. I can draw soft circles and soft lines. Which algorithm should I use for drawing my array of points? I want crossed lines to look nice ...