bevy-rust-gpu icon indicating copy to clipboard operation
bevy-rust-gpu copied to clipboard

Compute example

Open ProfLander opened this issue 2 years ago • 4 comments

Need to put together an example for a compute pipeline.

In theory this should be as simple as replicating one of bevy's examples, since compute pipelines are low-level and lack a Material equivalent.

ProfLander avatar Apr 08 '23 09:04 ProfLander

I will try to take a stab at this

samoylovfp avatar May 23 '23 14:05 samoylovfp

I'm not familiar enough with Bevy to give this a go, but I've done a fair bit of rust-gpu, so I'd love to follow your progress if you put it anywhere ✨

tombh avatar May 23 '23 14:05 tombh

I have spent some time tinkering with bevy, but not with compute shaders, so trying to figure it out in the linked pull request.

I am fine reading the code and figuring it out by myself, but any pointers would be super welcome

samoylovfp avatar May 26 '23 14:05 samoylovfp

Great, thanks, subscribed to that PR. The only thing I would have suggested is that rust-gpu collatz example, which you already have anyway. I'll keep following along!

tombh avatar May 26 '23 14:05 tombh