-
Notifications
You must be signed in to change notification settings - Fork 106
Better smoothing of crayon points. #15
Comments
I would use Schneider's path fitting algorithm:
|
👍 to @jarek-foksa's suggestion. |
I'll take an hour one day to learn about Schneider's algorithm. Haven't heard of it before. That paperjs demo is amazing. The crayon tool uses a simple algorithm I came up with. It only produces smooth lines when one draws quickly. I'd love to port a better algo to it. |
I like the smoothed results of Schneider's, but it does not do corners well. — On Sat, Jan 25, 2014 at 8:58 PM, Artur Sapek [email protected]
|
@wraybowling Oh wow, you're right. (Try drawing boxes in the demo.) I would be more inclined to go with something a tad slower and more precise, generally. |
This will take a while, but should be something to work towards.
mondrian
is going to need a smoothing algorithm for crayon points.The text was updated successfully, but these errors were encountered: