@@ -281,6 +281,39 @@ colonization to avoid stretching your resources too thin.
281
281
282
282
## Engine Updates
283
283
284
+ ### [ Bevy v0.9] [ bevy_news ]
285
+
286
+ ![ bevy bloom lion] ( bevy_bloom_lion.jpeg )
287
+
288
+ [ Bevy] [ bevy_engine ] is a refreshingly simple data-driven game engine built in Rust.
289
+ It is [ free and open source] [ bevy_repo ] forever!
290
+
291
+ Bevy 0.9 brought many incredible new features.
292
+ You can check out the [ full release blog post here] [ bevy_news ] ,
293
+ but here are some highlights:
294
+
295
+ - [ HDR Post Processing, Tonemapping, and Bloom] ( https://bevyengine.org/news/bevy-0-9/#hdr-post-processing-tonemapping-and-bloom )
296
+ - [ FXAA] ( https://bevyengine.org/news/bevy-0-9/#fxaa-fast-approximate-anti-aliasing )
297
+ - [ Deband Dithering] ( https://bevyengine.org/news/bevy-0-9/#deband-dithering )
298
+ - [ Other Post Processing Improvements] ( https://bevyengine.org/news/bevy-0-9/#post-processing-view-target-double-buffering )
299
+ - [ New Scene Format] ( https://bevyengine.org/news/bevy-0-9/#new-scene-format )
300
+ - [ Code Driven Scene Construction] ( https://bevyengine.org/news/bevy-0-9/#dynamic-scene-builder )
301
+ - [ Improved Entity/Component APIs] ( https://bevyengine.org/news/bevy-0-9/#improved-entity-component-apis )
302
+ - [ Exclusive System Rework] ( https://bevyengine.org/news/bevy-0-9/#exclusive-system-rework )
303
+ - [ Enum Reflection] ( https://bevyengine.org/news/bevy-0-9/#enum-reflection )
304
+ - [ Time Shader Globals] ( https://bevyengine.org/news/bevy-0-9/#time-shader-globals )
305
+ - [ Plugin Settings] ( https://bevyengine.org/news/bevy-0-9/#plugin-settings )
306
+ - [ Bevy UI Z-Indices] ( https://bevyengine.org/news/bevy-0-9/#bevy-ui-z-indices )
307
+
308
+ _ Discussions:
309
+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/ytiv2a/bevy_09/ ) ,
310
+ [ Hacker News] ( https://news.ycombinator.com/item?id=33577284 ) ,
311
+ [ Twitter] ( https://twitter.com/cart_cart/status/1591543728233385984 ) _
312
+
313
+ [ bevy_engine ] : https://bevyengine.org/
314
+ [ bevy_news ] : https://bevyengine.org/news/bevy-0-9/
315
+ [ bevy_repo ] : https://github.com/bevyengine/bevy
316
+
284
317
### [ Pixel Engine] [ pixel_engine ]
285
318
286
319
[ pixel_engine] by [ @Maix0 ] is a 2D game engine that started as a Rust-version
0 commit comments