File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ To get an idea of what this API looks like have a look at [triangle.py](https://
2424
2525* The wgpu-API has not settled yet, use with care!*
2626
27- * Coverage of the WebGPU spec is about 95% .
27+ * Coverage of the WebGPU spec is nearly complete .
2828* Test coverage of the API is 100%.
29- * Support for Windows and Linux. Support for MacOS is underway .
30- * The API may change. Until WebGPU settles as a standard, its specification
29+ * Support for Windows, Linux and MacOS.
30+ * Until WebGPU settles as a standard, its specification
3131 may change, and with that our API will probably too.
3232
3333
@@ -54,11 +54,12 @@ On Linux, it's advisable to install the proprietary drivers of your GPU
5454Wayland currently only works with the GLFW canvas (and is unstable).
5555
5656On MacOS you need at least 10.13 (High Sierra) to have Vulkan support.
57- At the moment, we've not implemented drawing to a window yet (see #29 ).
5857
5958
6059## Usage
6160
61+ Also see the [ online documentation] ( https://wgpu-py.readthedocs.io ) .
62+
6263The full API is accessable via the main namespace:
6364``` py
6465import wgpu
@@ -70,9 +71,6 @@ There is currently only one backend:
7071import wgpu.backend.rs
7172```
7273
73-
74- ## GUI integration
75-
7674To render to the screen you can use a variety of GUI toolkits:
7775
7876``` py
You can’t perform that action at this time.
0 commit comments