-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a0e691
commit bd8dab7
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# The wgpu Examples | ||
|
||
Please note that the examples you see on Github may not be compatible with the | ||
wgpu version you've installed on your system. | ||
|
||
You can: | ||
|
||
* View the examples in the online docs: | ||
* TODO: the gallery is not implemented yet. | ||
* View the examples at the version you've installed: | ||
* In the url `https://github.com/pygfx/wgpu-py/tree/main/examples` you can replace `main` | ||
with e.g. `vx.y.z` to see the compatible version. | ||
* Install the bleeding edge version of wgpu-py: | ||
* Checkout the [developers section](https://github.com/pygfx/wgpu-py?tab=readme-ov-file#developers) in the readme. | ||
|