I hope this repo will become a place of many cargo templates that can be used with cargo generate.
simple_compute, should get you up and running with your first compute shader(s).
Usually:
- `cargo generate --git https://github.com/alphastrata/RustGPU_templates'
- follow the prompts
- you're done!
Otherwise:
- get
cargo-generate - clone this repo &&
cdthere... cargo generate --path templates/$THE-ONE-YOU-WANT
templates/- put finished templates here...simple_compute/
testbeds/- develop your templates here...simple_compute/
- Develop and test in
testbeds/simple_compute - When satisfied with changes, copy improvements to
templates/simple_compute - Users generate new projects with
cargo generate --git <your-repo-url>
fuck yeah, open a PR.