Skip to content

N14: Learn WGPU & Live-Reload #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/posts/newsletter-014/cool-bear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions content/posts/newsletter-014/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,37 @@ Both developers wrote about the work and their experiences developing space_shoo

## Learning Material Updates

### [So You Want to Live-Reload Rust][fasterthanlime-post]

![cool bear with glasses](cool-bear.png)
_Cool bear_

[@fasterthanlime] published a giant blog post
["So you want to live-reload Rust"][fasterthanlime-post]
\- a very deep techincal dive into reloading a dylib
and a bunch of related issues.
Lots of interesting insights for folks who want
to better understand nuances of hot reloading.

_Discussions:
[/r/rust](https://reddit.com/r/rust/comments/j0ajdy/so_you_want_to_livereload_rust)_

[fasterthanlime-post]: https://fasterthanli.me/articles/so-you-want-to-live-reload-rust
[@fasterthanlime]: https://fasterthanli.me/

### [Learn WGPU][learn-wgpu]

This month [@sothr] released another chapter
of the ["Learn WGPU"][learn-wgpu] tutoral:
["Threading WGPU Resource Loading with Rayon"][learn-wgpu-threading].

Also, the whole tutorial [was upgraded to WGPU v0.6][learn-wgpu-upgrade].

[@sothr]: https://github.com/sothr
[learn-wgpu]: https://sotrh.github.io/learn-wgpu
[learn-wgpu-threading]: https://sotrh.github.io/learn-wgpu/intermediate/tutorial13-threading
[learn-wgpu-upgrade]: https://sotrh.github.io/learn-wgpu/news/#_0-6

### [Is it easy to draw a line?][Lines]

![hexagonal strategy map with region borders](lines_hexstrat.jpeg)
Expand Down