Skip to content

N40: Add bevy game engine #1224

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
Dec 12, 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/040/bevy_bloom_lion.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions content/news/040/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,39 @@ were shared on [Dev.to][timely-defuse-dev].

## Engine Updates

### [Bevy v0.9][bevy_news]

![bevy bloom lion](bevy_bloom_lion.jpeg)

[Bevy][bevy_engine] is a refreshingly simple data-driven game engine built in Rust.
It is [free and open source][bevy_repo] forever!

Bevy 0.9 brought many incredible new features.
You can check out the [full release blog post here][bevy_news],
but here are some highlights:

- [HDR Post Processing, Tonemapping, and Bloom](https://bevyengine.org/news/bevy-0-9/#hdr-post-processing-tonemapping-and-bloom)
- [FXAA](https://bevyengine.org/news/bevy-0-9/#fxaa-fast-approximate-anti-aliasing)
- [Deband Dithering](https://bevyengine.org/news/bevy-0-9/#deband-dithering)
- [Other Post Processing Improvements](https://bevyengine.org/news/bevy-0-9/#post-processing-view-target-double-buffering)
- [New Scene Format](https://bevyengine.org/news/bevy-0-9/#new-scene-format)
- [Code Driven Scene Construction](https://bevyengine.org/news/bevy-0-9/#dynamic-scene-builder)
- [Improved Entity/Component APIs](https://bevyengine.org/news/bevy-0-9/#improved-entity-component-apis)
- [Exclusive System Rework](https://bevyengine.org/news/bevy-0-9/#exclusive-system-rework)
- [Enum Reflection](https://bevyengine.org/news/bevy-0-9/#enum-reflection)
- [Time Shader Globals](https://bevyengine.org/news/bevy-0-9/#time-shader-globals)
- [Plugin Settings](https://bevyengine.org/news/bevy-0-9/#plugin-settings)
- [Bevy UI Z-Indices](https://bevyengine.org/news/bevy-0-9/#bevy-ui-z-indices)

_Discussions:
[/r/rust](https://www.reddit.com/r/rust/comments/ytiv2a/bevy_09/),
[Hacker News](https://news.ycombinator.com/item?id=33577284),
[Twitter](https://twitter.com/cart_cart/status/1591543728233385984)_

[bevy_engine]: https://bevyengine.org/
[bevy_news]: https://bevyengine.org/news/bevy-0-9/
[bevy_repo]: https://github.com/bevyengine/bevy

### [Pixel Engine][pixel_engine]

[pixel_engine] by [@Maix0] is a 2D game engine that started as a Rust-version
Expand Down