Skip to content

Commit ffc2d63

Browse files
committed
Add shadertoy update
1 parent 69d462b commit ffc2d63

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

blog/2024-12-29-rust-gpu-0.10.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,22 @@ Rustlantis fork to support it as well. This collaboration has already uncovered
191191
issues in Rust GPU. We plan to continue investing in Rustlantis support to improve
192192
automated testing and actively hunt for bugs.
193193

194+
### Updated Shadertoy shaders
195+
196+
Rust GPU maintainer [@LegNeato](https://github.com/LegNeato) updated previously ported
197+
Shadertoy shaders](https://github.com/Rust-GPU/rust-gpu-shadertoys) to work with the
198+
latest release. In doing so, he fixed several issues in [`wgpu` and
199+
`naga`](https://github.com/gfx-rs/wgpu).
200+
201+
He wrote a [blog post about his experience](./2025-04-10-shadertoys) that was popular on
202+
[Reddit](https://www.reddit.com/r/rust/comments/1jw15ss/shadertoys_ported_to_rust_gpu/)
203+
and [Hacker News](https://news.ycombinator.com/item?id=43667693).
204+
194205
### New website
195206

196-
Rust GPU maintainer [@LegNeato](https://github.com/LegNeato) added a [new website for
197-
the project](https://rust-gpu.github.io/) using [Docusaurus](https://docusaurus.io/). He
198-
also created some Docusaurus
207+
[@LegNeato](https://github.com/LegNeato) also created a [new website for the
208+
project](https://rust-gpu.github.io/) using [Docusaurus](https://docusaurus.io/). He
209+
created custom Docusaurus
199210
[plugins](https://github.com/Rust-GPU/rust-gpu.github.io/tree/main/src/plugins) and
200211
[components](https://github.com/Rust-GPU/rust-gpu.github.io/tree/main/src/components/Snippet)
201212
to better support the project's needs. Finally, he wrote a blog post about [optimizing a

0 commit comments

Comments
 (0)