Skip to content

N14: Drawing lines #300

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 4 commits into from
Oct 5, 2020
Merged
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
17 changes: 17 additions & 0 deletions content/posts/newsletter-014/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,23 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Game Updates

### [Is it easy to draw a line?][Lines]

![image/GIF description](lines_hexstrat.png)
_Example of result chains_
A small note about drawing lines and chains with signed distance fields.
The resulted lines are nice looking on edges and have rounded corners.
Chains for this article assumed to be opaque.

[Online demo](https://pum-purum-pum-pum.github.io/lines/)

[Source code](https://github.com/pum-purum-pum-pum/Lines)

Discussions:
[twitter](https://twitter.com/VladZhukov0/status/1309843665594925058)

[Lines]: https://vladjuckov.github.io/hqlines/

## Learning Material Updates

## Library & Tooling Updates
Expand Down