-
Hi, Here's the code I've set up so far, meant as a minimum reproducible example: https://github.com/lhk/rust_shadersandbox It's a workspace with
And the
The
Now if I run
That is a very outdated channel, from mid 2023!? Can you help me set this up correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I strongly recommend you use git version of In case it is helpful, I combined host and shader into the same crate here: https://github.com/nazar-pc/abundance/tree/ccdfb024b318e1b11fc387e6c44cb798439b02ec/crates/farmer/ab-proof-of-space-gpu Note that host code in that revision is only present in tests of individual shaders, but hopefully sufficient to get you started. |
Beta Was this translation helpful? Give feedback.
-
I've sent you a PR 😄 to at least get it working, there are things that can be changed or made better: lhk/rust_shadersandbox#1 You can also look at https://github.com/Rust-GPU/rust-gpu-shadertoys |
Beta Was this translation helpful? Give feedback.
I've sent you a PR 😄 to at least get it working, there are things that can be changed or made better: lhk/rust_shadersandbox#1
You can also look at https://github.com/Rust-GPU/rust-gpu-shadertoys