Skip to content

Commit b9867d0

Browse files
authored
add vision & contribution guidelines to readme (#687)
1 parent f224b5a commit b9867d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ pub fn main(
4848

4949
See [source](examples/shaders/sky-shader/src/lib.rs) for full details.
5050

51+
## Our Vision & Community Contributions
52+
53+
`rust-gpu` is a project that we at Embark think has the potential to change the way GPU programming works in multiple ways. One of the primary things we think it can change is opening the door to leverage the open source culture of sharing and improving each others' code, and our end goal and vision for `rust-gpu` is to develop it very much in tandem with the community. However, the project is still in quite early stages and has a very small team, so in order to be productive and guide the project to where we ultimately want it to go, as of right now, we need to focus on the use-cases which we have on our own projects and which we personally believe in. What this means practically is that it is unlikely that we'll be able to accept major changes from community members at this time. If you have a large change you would like to make, please file an issue and/or ask on our Discord in the #rust-gpu channel to see if it is something we'll be able to accept *before* working on it, as it really stinks to have to turn down stuff that community members have poured their time and effort into. As the project matures, we'll in theory be able to accept more input from the community and move closer and closer to the goals outlined above. Thank you so much for your understanding!
54+
5155
## Getting started
5256

5357
Check out [The `rust-gpu` Dev Guide][gpu-guide] for information on how to get started with using it in your projects.

0 commit comments

Comments
 (0)