Skip to content

N30: Bevy Smud #940

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 2 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
Binary file added content/news/030/bevy-smud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions content/news/030/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,25 @@ to allow writing custom queries, implement schedulers with parallel execution et

[Edict]: https://github.com/zakarumych/edict

### [Bevy Smud][bevy-smud]

![Bevy Smud screenshot](bevy-smud.png)
_A bevy drawn with Bevy Smud_

[Bevy Smud][bevy-smud] is a new [Bevy][bevy-smud-bevy] plugin for drawing 2D
shapes using signed distance fields.

It contains ports of all of [Inigo Quilez' 2D SDF
primitives](https://iquilezles.org/www/articles/distfunctions2d/distfunctions2d.htm),
and allows easily composing said primitives together.

Shapes that share the same SDF and fill are automatically instanced, as shown in
the [demo video of 100k birds][bevy-smud-birds]

[bevy-smud]: https://github.com/johanhelsing/bevy_smud
[bevy-smud-bevy]: https://bevyengine.org
[bevy-smud-birds]: https://twitter.com/jkhelsing/status/1486794339682508809

### [rafx]

[![Rafx Screenshot](rafx-screenshot.jpg)][rafx-youtube-video]
Expand Down