Skip to content

alphastrata/RustGPU_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustGPU templates

I hope this repo will become a place of many cargo templates that can be used with cargo generate.

./templates/*

  • simple_compute, should get you up and running with your first compute shader(s).

Usage:

Usually:

  1. `cargo generate --git https://github.com/alphastrata/RustGPU_templates'
  2. follow the prompts
  3. you're done!

Otherwise:

  1. get cargo-generate
  2. clone this repo && cd there...
  3. cargo generate --path templates/$THE-ONE-YOU-WANT

Project Structure

  • templates/ - put finished templates here...
    • simple_compute/
  • testbeds/ - develop your templates here...
    • simple_compute/

Development Workflow

  1. Develop and test in testbeds/simple_compute
  2. When satisfied with changes, copy improvements to templates/simple_compute
  3. Users generate new projects with cargo generate --git <your-repo-url>

Contributing

fuck yeah, open a PR.

About

A cargo template for RustGPU projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published