@@ -205,6 +205,42 @@ the five 8bit Duels characters.
205
205
206
206
## Engine Updates
207
207
208
+ ### [ Bevy v0.11] [ bevy_news ]
209
+
210
+ ![ bevy ssao] ( bevy_ssao.jpg )
211
+
212
+ [ Bevy] [ bevy_engine ] is a refreshingly simple data-driven game engine built in Rust.
213
+ It is [ free and open-source] [ bevy_repo ] forever!
214
+
215
+ Bevy 0.11 brought many incredible new features.
216
+ You can check out the [ full release blog post here] [ bevy_news ] ,
217
+ but here are some highlights:
218
+
219
+ - [ Screen Space Ambient Occlusion (SSAO)] ( https://bevyengine.org/news/bevy-0-11/#screen-space-ambient-occlusion )
220
+ - [ Temporal Anti-Aliasing (TAA)] ( https://bevyengine.org/news/bevy-0-11/#temporal-anti-aliasing )
221
+ - [ Morph Targets] ( https://bevyengine.org/news/bevy-0-11/#morph-targets )
222
+ - [ Robust Contrast Adaptive Sharpening (RCAS)] ( https://bevyengine.org/news/bevy-0-11/#robust-contrast-adaptive-sharpening )
223
+ - [ WebGPU Support] ( https://bevyengine.org/news/bevy-0-11/#webgpu-support )
224
+ - [ Improved Shader Imports] ( https://bevyengine.org/news/bevy-0-11/#improved-shader-imports )
225
+ - [ Parallax Mapping] ( https://bevyengine.org/news/bevy-0-11/#parallax-mapping )
226
+ - [ Skyboxes] ( https://bevyengine.org/news/bevy-0-11/#skyboxes )
227
+ - [ Schedule-First ECS APIs] ( https://bevyengine.org/news/bevy-0-11/#schedule-first-ecs-apis )
228
+ - [ Gizmos] ( https://bevyengine.org/news/bevy-0-11/#gizmos )
229
+ - [ ECS Audio APIs] ( https://bevyengine.org/news/bevy-0-11/#ecs-audio-apis )
230
+ - [ UI Borders] ( https://bevyengine.org/news/bevy-0-11/#ui-node-borders )
231
+ - [ Grid UI Layout] ( https://bevyengine.org/news/bevy-0-11/#grid-ui-layout )
232
+ - [ UI Performance Improvements] ( https://bevyengine.org/news/bevy-0-11/#faster-ui-render-batching )
233
+
234
+ _ Discussions:
235
+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/14v77m5/bevy_011/ ) ,
236
+ [ Hacker News] ( https://news.ycombinator.com/item?id=36657970 ) ,
237
+ [ Twitter] ( https://twitter.com/BevyEngine/status/1678122584976797697 ) ,
238
+ [ Mastodon] ( https://mastodon.social/@bevy/110685755721601977 ) _
239
+
240
+ [ bevy_engine ] : https://bevyengine.org
241
+ [ bevy_news ] : https://bevyengine.org/news/bevy-0-11
242
+ [ bevy_repo ] : https://github.com/bevyengine/bevy
243
+
208
244
## Learning Material Updates
209
245
210
246
## Tooling Updates
0 commit comments