Skip to content

Commit 4a9defb

Browse files
N17: add Bezier (#435)
* N17: add Bezier * N17: Bezier: Fmt tweaks Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent 2f2ab3c commit 4a9defb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
1.19 MB
Loading

content/posts/newsletter-017/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,20 @@ _Discussions:
416416
[timclicks-session]: https://youtube.com/watch?v=d9lsT4kJo44
417417
[timclicks-nannou]: https://nannou.cc
418418

419+
### [Drawing Bezier curves with SDFs][bezier_article]
420+
421+
![Demo](beziers.gif)
422+
_The demo is availiable [here][bezier_demo]_
423+
424+
A short note by [@VladZhukov0] about drawing Bezier curves (strokes)
425+
with signed distance fields.
426+
Continuation of a [previous note][hqlines] about drawing lines with SDF.
427+
428+
[bezier_article]: https://vladjuckov.github.io/beziers-sdf
429+
[bezier_demo]: https://pum-purum-pum-pum.github.io/bezier
430+
[@VladZhukov0]: https://twitter.com/VladZhukov0
431+
[hqlines]: https://vladjuckov.github.io/hqlines
432+
419433
### [Nannou: Creative Coding with Rust][mactuitui-talk]
420434

421435
[![A screenshot from the talk](nannou_creative_coding.jpg)][mactuitui-talk]

0 commit comments

Comments
 (0)