Skip to content
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

some interesting crates from bevy's ecosystem this month #1540

Merged
Merged
Show file tree
Hide file tree
Changes from 2 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/052/berdicles.avif
janhohenheim marked this conversation as resolved.
Show resolved Hide resolved
Binary file not shown.
Binary file added content/news/052/bevy_hanabi_trails.gif
janhohenheim marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/052/bevy_light_2d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions content/news/052/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,58 @@ its core abstraction can be used to manage signals-powered reactivity for any en

[haalka]: https://github.com/databasedav/haalka

### [bevy_light_2d][bevy_light_2d]

![bevy_light_2d](bevy_light_2d.gif)
_bevy light 2d_

bevy_light_2d is a new general purpose 2D lighting for the bevy game engine. Designed to be simple to use, yet expressive enough to fit a variety of needs. Features include

* Component driven design
* Configurable point lights
* Camera specific ambient light
* Single camera rendering

[bevy_light_2d]: https://github.com/jgayfer/bevy_light_2d

### [bevy_hanabi][bevy_hanabi] 0.11

![trails in Bevy Hanabi](bevy_hanabi_trails.gif)
_bevy hanabi trails_

bevy_hanabi is a GPU particle system plugin for the Bevy game engine. The most notable new feature in [bevy_hanabi 0.11](bevy_hanabi_0_11) is supports is a new trails and ribbons.

There is a migration guide and a changelog.

[bevy_hanabi]: https://crates.io/crates/bevy_hanabi
[bevy_hanabi_0_11]: https://crates.io/crates/bevy_hanabi/0.11.0

### [glam][glam] 0.28

glam is a foundational crate when it comes to the Bevy ecosystem. This is probably most visible in the Vec types Bevy consumes and re-exports, like Vec3.

v0.28 brings AArch64 NEON SIMD support as well as a couple smaller breaking changes.

[glam]: https://github.com/bitshifter/glam-rs

### [berdicles][berdicles]

![berdicles particles](berdicles.avif)
_berdicles_

berdicles is an expressive CPU particle system for the Bevy engine. Features include

* Instancing based CPU particles.
* Expressive non-physics based particle traits.
* Familiar setup with bevy's native Material and Mesh.
* Particles as emitters.
* Mesh based particle trails.
* Particle events that spawns other particles.
* Billboard particles.
* The crate is compatible with Bevy 0.14+.

[berdicles]: https://github.com/mintlu8/berdicles


### Other Library Updates and Releases

Expand Down