We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0e691 commit bd8dab7Copy full SHA for bd8dab7
examples/README.md
@@ -0,0 +1,15 @@
1
+# The wgpu Examples
2
+
3
+Please note that the examples you see on Github may not be compatible with the
4
+wgpu version you've installed on your system.
5
6
+You can:
7
8
+* View the examples in the online docs:
9
+ * TODO: the gallery is not implemented yet.
10
+* View the examples at the version you've installed:
11
+ * In the url `https://github.com/pygfx/wgpu-py/tree/main/examples` you can replace `main`
12
+ with e.g. `vx.y.z` to see the compatible version.
13
+* Install the bleeding edge version of wgpu-py:
14
+ * Checkout the [developers section](https://github.com/pygfx/wgpu-py?tab=readme-ov-file#developers) in the readme.
15
0 commit comments