Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b993167

Browse filesBrowse files
authored
N47: Bevy Rendering Demystified (rust-gamedev#1402)
1 parent 656c5ca commit b993167
Copy full SHA for b993167

File tree

Expand file treeCollapse file tree

2 files changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+13
-0
lines changed
Loading

‎content/news/047/index.md

Copy file name to clipboardExpand all lines: content/news/047/index.md
+13Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.