nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
6.05k stars 306 forks source link

Use newer wgpu/wgsl version #925

Closed jembishop closed 7 months ago

jembishop commented 1 year ago

Seems like an old version of wgpu and wgsl shader version is being used. Is it worth to update? I would like to a compute shader with nannou, but there is an unresolvable clash if I use 2 wgpu versions it looks like.

Also the out of date wgpu makes the examples and docs for using wgpu and nannou out of sync and a bit confusing.

I would be willing to contribute if help is needed. Thanks.

tychedelia commented 7 months ago

Hi!

You may have seen our plans to replace Nannou's backend with Bevy: #953. This will keep us up to date on wgpu as well as provide more sophisticated tools for building things like compute shaders!