Skip to content

Commit b993167

Browse files
authored
N47: Bevy Rendering Demystified (#1402)
1 parent 656c5ca commit b993167

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Loading

content/news/047/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ If needed, a section can be split into subsections with a "------" delimiter.
7171

7272
## Learning Material Updates
7373

74+
### Bevy Rendering Demystified
75+
76+
![Bevy Rendering Demystified Thumbnail](bevy-rendering-demystified.png)
77+
78+
[@logicprojects] published a [video][Bevy Rendering Demystified] covering the
79+
details of Bevy's rendering systems. Specifically, he covered the engine's
80+
internal implementation of UI Rendering to show how data flows from the ECS
81+
world down to the final wgpu draw calls.
82+
83+
[@logicprojects]: https://www.youtube.com/@logicprojects
84+
85+
[Bevy Rendering Demystified]: https://youtu.be/5oKEPZ6LbNE
86+
7487
## Tooling Updates
7588

7689
## Library Updates

0 commit comments

Comments
 (0)