Pygfx
docs.pygfx.org
Pygfx
1–10 of 56 posts
Re: Pygfx
#2[1]: https://vpython.org/
Re: Pygfx
#3Re: Pygfx
#4Am I the only one who is irked by by ads on Read the Docs pages?
Re: Pygfx
#5Re: Pygfx
#6Re: Pygfx
#7this looks similar to VisPy ( https://vispy.org/ ), are there any major differences?
Re: Pygfx
#8> Pygfx (pronounced “py-graphics”) is built on wgpu, enabling superior performance and reliability compared to OpenGL-based solutions.
pygfx/wgpu-py: https://github.com/pygfx/wgpu-py/ :
> A Python implementation of WebGPU
gfx-rs/wgpu: https://github.com/gfx-rs/wgpu :
> wgpu is a cross-platform, safe, pure-rust graphics API. It runs natively on Vulkan, Metal, D3D12, and OpenGL; and on top of WebGL2 and WebGPU on wasm.
> The API is based on the WebGPU standard. It serves as the core of the WebGPU integration in Firefox and Deno
Re: Pygfx
#9Suppose I want to wrap a GUI around my visualization. Can I hand pygfx a surface I created with a GUI tool kit?
Re: Pygfx
#10Other languages, take a look and follow this standard, please.