CleanCocoa / CleanCocoa/InfiniteCanvas
store interpolated paths instead of an array of points
Open
enhancement
- Dominant language
- Swift
- Stars
- 144
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Interpolation is now done when drawing. It makes more sense to interpolate once and store points with the two control points already computed. Should speed things up a bit, too.
That's a must for saving to SVG (#2, #3), too. If this app shows smooth paths but stores only jagged lines, the SVG export would be a lie.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.