diff --git a/content/news/047/bevy-rendering-demystified.png b/content/news/047/bevy-rendering-demystified.png new file mode 100644 index 000000000..7fdddaf94 Binary files /dev/null and b/content/news/047/bevy-rendering-demystified.png differ diff --git a/content/news/047/index.md b/content/news/047/index.md index 46f8d1fb0..57e07e70f 100644 --- a/content/news/047/index.md +++ b/content/news/047/index.md @@ -71,6 +71,19 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates +### Bevy Rendering Demystified + +![Bevy Rendering Demystified Thumbnail](bevy-rendering-demystified.png) + +[@logicprojects] published a [video][Bevy Rendering Demystified] covering the +details of Bevy's rendering systems. Specifically, he covered the engine's +internal implementation of UI Rendering to show how data flows from the ECS +world down to the final wgpu draw calls. + +[@logicprojects]: https://www.youtube.com/@logicprojects + +[Bevy Rendering Demystified]: https://youtu.be/5oKEPZ6LbNE + ## Tooling Updates ## Library Updates