-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Description
It will be "a lot easier" if "new people looking to contribute" had a "VSCode devcontainer" they could "one click" and use.
It helps when you are on Windows/Mac and just want to develop (maybe not necessarily run against actual GPU)
I started something here but I can't open a draft PR because I am not a contributor (which is a good rule I guess)
https://github.com/Rust-GPU/Rust-CUDA/compare/main...brandonros:Rust-CUDA:main?expand=1
It is a little awkward to add git
to the existing build images but it makes being able to commit changes "in the web UI" easier
It's all pretty painless except this "Optix" example, I think the Dockerfiles we have skip the Optix SDK/it is missing? Could it easily be added?
Activity
brandonros commentedon Jul 11, 2025
I think I missed this already existing: https://github.com/Rust-GPU/Rust-CUDA/blob/main/.devcontainer.json
There might be room for improvement but it is probably good enough for now as is.
Just dropping this in case