diff --git a/content/posts/newsletter-017/beziers.gif b/content/posts/newsletter-017/beziers.gif new file mode 100644 index 000000000..e301a52c0 Binary files /dev/null and b/content/posts/newsletter-017/beziers.gif differ diff --git a/content/posts/newsletter-017/index.md b/content/posts/newsletter-017/index.md index 07a0bc266..60c47b555 100644 --- a/content/posts/newsletter-017/index.md +++ b/content/posts/newsletter-017/index.md @@ -416,6 +416,20 @@ _Discussions: [timclicks-session]: https://youtube.com/watch?v=d9lsT4kJo44 [timclicks-nannou]: https://nannou.cc +### [Drawing Bezier curves with SDFs][bezier_article] + +![Demo](beziers.gif) +_The demo is availiable [here][bezier_demo]_ + +A short note by [@VladZhukov0] about drawing Bezier curves (strokes) +with signed distance fields. +Continuation of a [previous note][hqlines] about drawing lines with SDF. + +[bezier_article]: https://vladjuckov.github.io/beziers-sdf +[bezier_demo]: https://pum-purum-pum-pum.github.io/bezier +[@VladZhukov0]: https://twitter.com/VladZhukov0 +[hqlines]: https://vladjuckov.github.io/hqlines + ### [Nannou: Creative Coding with Rust][mactuitui-talk] [![A screenshot from the talk](nannou_creative_coding.jpg)][mactuitui-talk]