You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _drafts/newsletter-003.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -575,21 +575,24 @@ are so complicated.
575
575
[Vulkano]: http://vulkano.rs
576
576
[Vulkan]: https://www.khronos.org/vulkan
577
577
578
-
### splines-3.0.0: “stroke” Bézier support
578
+
### [splines v3.0][splines]
579
579
580
-
**TODO**: img?
581
-
582
-
by [@phaazon]
580
+

583
581
584
-
[splines], a crate to handle spline interpolation, just got released in version 3.0.0. That version adds support for stroke Bézier interpolation, which is a Bézier interpolation but allows you to break the handles (instead of the regular 180° angle formed by the handle with the `Interpolation::Bezier` mode).
582
+
[splines], a crate by [@phaazon] to handle spline interpolation,
583
+
[just got released in version 3.0.0][splines-v3].
585
584
586
-
spline-editor got a patch to allows you to try stroke Bézier. Just put some points and set them all to Bézier interpolation (use the space key). Then select a point and press space again to switch to stroke Bézier. You can move each handle independently from the other.
585
+
That version adds support for stroke Bézier interpolation,
586
+
which is a Bézier interpolation but allows you to break the handles
587
+
(instead of the regular 180° angle formed
588
+
by the handle with the `Interpolation::Bezier` mode).
0 commit comments