Skip to content

N28: Rust on GPU #880

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 2 commits into from
Dec 8, 2021
Merged
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
12 changes: 12 additions & 0 deletions content/news/028/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,18 @@ Object Oriented Programming.
[rustacean-station]: https://rustacean-station.org/
[rustacean-station-48]: https://rustacean-station.org/episode/048-herbert-wolverson/

### [Rust on the GPU][raph-blog-post]

In [this blog post][raph-blog-post], [Raph Levien] describes the current state
of coding on a graphics card. The post describes how going about writing custom
code still induces many issues in this day and age, and what modern technologies
can be used to help make this easier. [Rust-gpu] is mentioned as a possible way
to write compute shaders in a "real language".

[Rust-gpu]: https://github.com/EmbarkStudios/rust-gpu
[Raph Levien]: https://levien.com/
[raph-blog-post]: https://raphlinus.github.io/gpu/2021/11/17/prefix-sum-portable.html

## Tooling Updates

### [SPV]
Expand Down