Skip to content

Commit e0198cf

Browse files
authored
Add GitHub discussions to README (#24)
1 parent 529aaf4 commit e0198cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ Experiment with rust-gpu shaders in-browser at [SHADERed][shadered].
6666
[gpu-guide]: https://rust-gpu.github.io/rust-gpu/book/
6767
[shadered]: https://shadered.org/shaders?language=rust&sort=hot
6868

69+
## Getting help
70+
71+
For questions and comments, we use [GitHub discussions](https://github.com/Rust-GPU/rust-gpu/discussions) to keep conversations organized and searchable. This also makes it easy to escalate relevant topics to GitHub issues if needed. We do not have an official chat room.
72+
6973
## Background
7074

7175
Historically in games GPU programming has been done through writing either HLSL, or to a lesser extent GLSL and WGSL. These are simple programming languages that have evolved along with rendering APIs over the years. However, these languages have failed to provide mechanisms for dealing with large codebases, and have generally stayed behind the curve compared to other programming languages.

0 commit comments

Comments
 (0)