diff --git a/README.md b/README.md index 2b51e381..b697a450 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ well with Asyncio or Trio. This code is distributed under the 2-clause BSD license. +## Projects using `wgpu-py` + +* [pygfx](https://github.com/pygfx/pygfx) - A python render engine running on wgpu. +* [shadertoy](https://github.com/pygfx/shadertoy) - Shadertoy implementation using wgpu-py. +* [tinygrad](https://github.com/tinygrad/tinygrad) - deep learning framework +* [fastplotlib](https://github.com/fastplotlib/fastplotlib) - A fast plotting library +* [xdsl](https://github.com/xdslproject/xdsl) - A Python Compiler Design Toolkit (optional wgpu interpreter) ## Developers