aaronland / fingerprint

None of the other digital drawing tools were my jam, so I wrote my own.
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

Convert line paths to curves #4

Closed thisisaaronland closed 1 year ago

thisisaaronland commented 1 year ago

Initial tests to smooth the strokes captured by raphael-sketchpad at runtime proved to be very slow and were abandoned.

See also:

straup commented 1 year ago
thisisaaronland commented 1 year ago

TBD: Not doing this in realtime, but rather as an on-demand (click) feature TBD: Update just the last path or all paths.

straup commented 1 year ago

Investigate https://github.com/steveruizok/perfect-freehand

Also: https://github.com/steveruizok/perfect-freehand-dart/

thisisaaronland commented 1 year ago

Investigate: https://github.com/ajstarks/giocanvas/tree/master/bezsketch

straup commented 1 year ago
straup commented 1 year ago
straup commented 1 year ago
thisisaaronland commented 1 year ago
straup commented 1 year ago