File tree 2 files changed +17
-0
lines changed
Filter options
2 files changed +17
-0
lines changed
Original file line number Diff line number Diff line change @@ -407,6 +407,23 @@ _Discussions: [YouTube](https://www.youtube.com/watch?v=3OHaEVHahIg), [Mastodon]
407
407
[ Using the Depth Prepass in Bevy 0.10 ] : https://www.youtube.com/watch?v=3OHaEVHahIg
408
408
[ @chrisbiscardi ] : https://hachyderm.io/@chrisbiscardi
409
409
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
+
410
427
## Tooling Updates
411
428
412
429
### Tiger
You can’t perform that action at this time.
0 commit comments