Raph Levien #1615
Closed
rljacobson
started this conversation in
Ideas
Raph Levien
#1615
Replies: 1 comment
-
Indeed, Raph is an invaluable asset for our project. His work on Vello is especially crucial since it will be the basis for our render engine. We're often in touch about spline stuff! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are not already familiar with his work, Raph Levien’s blog is a treasure for computer graphics nerds. I recommend the following articles in particular:
Also interesting is his work on alternatives to Béziers, like curves based on Euler Spirals. (Inkscape has support for "Spiro" paths and B-Splines, which I really like. I'd like to see more of this in drawing programs.)
Many of his algorithms are implemented in the Kurbo Rust library.
Beta Was this translation helpful? Give feedback.
All reactions