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 eb70251

Browse filesBrowse files
Add "Applying 5 million pixel updates per second with Rust & wgpu" (rust-gamedev#1342)
Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent 1fa0899 commit eb70251
Copy full SHA for eb70251

File tree

2 files changed

+17
-0
lines changed
Filter options

2 files changed

+17
-0
lines changed

‎content/news/044/index.md

Copy file name to clipboardExpand all lines: content/news/044/index.md
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,23 @@ _Discussions: [YouTube](https://www.youtube.com/watch?v=3OHaEVHahIg), [Mastodon]
407407
[Using the Depth Prepass in Bevy 0.10]: https://www.youtube.com/watch?v=3OHaEVHahIg
408408
[@chrisbiscardi]: https://hachyderm.io/@chrisbiscardi
409409

410+
### [Applying 5 million pixel updates per second with Rust & wgpu](https://maxisom.me/posts/applying-5-million-pixel-updates-per-second)
411+
412+
![a render near the final state of /r/place](./r_place_render.jpg)
413+
414+
[@codetheweb] published an [article][code_the_web_article] that explores the
415+
basics of `wgpu` by optimizing a program that replays [/r/place]. By the end,
416+
CPU usage is around 18-25% while applying an average of 5m pixel updates per
417+
second at 10,000x playback speed.
418+
419+
_Discussions:
420+
[/r/rust](https://www.reddit.com/r/rust/comments/11o9he6/rendering_5_million_pixel_updates_per_second_with/),
421+
[/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/11odm3k/rendering_5_million_pixel_updates_per_second_with/)_
422+
423+
[@codetheweb]: https://github.com/codetheweb
424+
[code_the_web_article]: https://maxisom.me/posts/applying-5-million-pixel-updates-per-second
425+
[/r/place]: https://www.reddit.com/r/place/
426+
410427
## Tooling Updates
411428

412429
### Tiger

‎content/news/044/r_place_render.jpg

Copy file name to clipboard
245 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.