Skip to content

N17: add Bezier #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
N17: add Bezier
  • Loading branch information
pum-purum-pum-pum committed Jan 6, 2021
commit 871a7e7ef3556134025f2c38c7e82a7f0369933b
Binary file added content/posts/newsletter-017/beziers.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Game Updates

### [Drawing Bezier curves with SDFs][bezier_article]

![Demo](beziers.gif)
Demo is availiable [here](https://pum-purum-pum-pum.github.io/bezier/)

A short note by [@VladZhukov0](https://twitter.com/VladZhukov0) about drawing Bezier curves (strokes) with signed distance fields.
Continuation of [note](https://vladjuckov.github.io/hqlines/) about drawing lines with signed distance fields

[bezier_article]: https://vladjuckov.github.io/beziers-sdf/

### [Way of Rhea has a Discord!][wor-discord]

![New Way of Rhea assets](way-of-rhea.gif)
Expand Down