Skip to content

Commit 4476566

Browse files
authored
Added Rust on GPU section (#880)
1 parent 04f98fc commit 4476566

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/news/028/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,18 @@ Object Oriented Programming.
460460
[rustacean-station]: https://rustacean-station.org/
461461
[rustacean-station-48]: https://rustacean-station.org/episode/048-herbert-wolverson/
462462

463+
### [Rust on the GPU][raph-blog-post]
464+
465+
In [this blog post][raph-blog-post], [Raph Levien] describes the current state
466+
of coding on a graphics card. The post describes how going about writing custom
467+
code still induces many issues in this day and age, and what modern technologies
468+
can be used to help make this easier. [Rust-gpu] is mentioned as a possible way
469+
to write compute shaders in a "real language".
470+
471+
[Rust-gpu]: https://github.com/EmbarkStudios/rust-gpu
472+
[Raph Levien]: https://levien.com/
473+
[raph-blog-post]: https://raphlinus.github.io/gpu/2021/11/17/prefix-sum-portable.html
474+
463475
## Tooling Updates
464476

465477
### [SPV]

0 commit comments

Comments
 (0)