Skip to main content

Powerful and versatile visualization for Python

Project description


Pygfx

CI Documentation Status PyPI version

The purpose of Pygfx is to bring powerful and reliable visualization to the Python world. 🚀

Pygfx (py-graphics) is built on wgpu, enabling superior performance and reliability compared to OpenGL-based solutions. It is designed for simplicity and versatility: with its modular architecture, you can effortlessly assemble graphical scenes for diverse applications, from scientific visualization to video game rendering.

drawing drawing drawing

[User Guide] [Example Gallery] [API Reference]

Need help? We offer professional support.

Installation

pip install -U pygfx glfw

To work correctly, Pygfx needs some window to render to. Glfw is one lightweight option, but there are others, too. If you use a different wgpu-compatible window manager or only render offscreen you may choose to omit glfw. Examples of alternatives include: jupyter_rfb (rendering in Jupyter), PyQt, PySide, or wx.

In addition there are some platform requirements, see the wgpu docs. In essence, you need modern (enough) graphics drivers, and pip>=20.3.

Status

We're currently working towards version 1.0, which means that the API can change with each version. We expect to reach 1.0 near July 2026, at which point we start caring about backwards compatibility.

This means that until then, you should probably pin the Pygfx version that you're using, and check the release notes when you update.

Usage Example

Note The example below is designed against the main branch, and may not work on the latest release from pypi, while we're in beta.

Note A walkthrough of this example can be found in the guide.

import pygfx as gfx
import pylinalg as la

cube = gfx.Mesh(
    gfx.box_geometry(200, 200, 200),
    gfx.MeshPhongMaterial(color="#336699"),
)

rot = la.quat_from_euler((0, 0.01), order="XY")

def animate():
    cube.local.rotation = la.quat_mul(rot, cube.local.rotation)

if __name__ == "__main__":
    gfx.show(cube, before_render=animate)
drawing

Feature Highlights

Some of Pygfx's key features are:

  • SDF based text rendering (example)
  • order-independent transparency (OIT) (example)
  • lights, shadows, and physically based rendering (PBR) (example)
  • event system with built-in picking (example)
  • texture and color mapping supporting 1D, 2D and 3D data (example)

And many more! Check out our feature demos in the docs.

License

Pygfx is licensed under the BSD 2-Clause "Simplified" License. This means:

  • :white_check_mark: It is free (and open source) forever. :cupid:
  • :white_check_mark: You can use it commercially.
  • :white_check_mark: You can distribute it and freely make changes.
  • :x: You can not hold us accountable for the results of using Pygfx.

Contributing

See CONTRIBUTING.md.

Development Install

To get a working dev install of Pygfx you can use the following steps:

# Click the Fork button on GitHub and navigate to your fork
git clone <address_of_your_fork>
cd pygfx
# if you use a venv, create and activate it
pip install -e ".[dev,docs,examples]"
pytest tests

Testing

The test suite is divided into three parts; unit tests for the core, unit tests for the examples, and screenshot tests for the validation examples.

  • pytest -v tests runs the core unit tests.
  • pytest -v examples tests the examples.

The screenshot tests are difficult to guarantee across all development platforms and are best run on our CI where more predictable outcomes can be achieved. They can run on a local linux machine by selecting the software rendering adapter and the tests with the command

  • PYGFX_WGPU_ADAPTER_NAME=llvmpipe pytest examples -k test_examples_compare

Note that our pytest.ini file contains the environment variable PYGFX_DISABLE_SYSTEM_FONTS=1 to help ensure consistency across system installations.

Code of Conduct

Our code of conduct can be found here: Code of Conduct

Spelling and pronunciation

Lowercase "pygfx" is used in code. You can refer to the project in written text using "Pygfx". Pygfx is pronounced as pie-graphics.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygfx-0.15.3.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pygfx-0.15.3-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file pygfx-0.15.3.tar.gz.

File metadata

  • Download URL: pygfx-0.15.3.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfx-0.15.3.tar.gz
Algorithm Hash digest
SHA256 917d05b9a636c81af4754aeca50af8f95f6a29612c6341f64b5a8f069522edc3
MD5 ec9e0e9f4859b8f9feb932250a36add5
BLAKE2b-256 aeac0cb5ed3e8fe2e4865cc6fa113cccac78c60e47d5e8774f24b1530029950d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfx-0.15.3.tar.gz:

Publisher: ci.yml on pygfx/pygfx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfx-0.15.3-py3-none-any.whl.

File metadata

  • Download URL: pygfx-0.15.3-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfx-0.15.3-py3-none-any.whl
Algorithm Hash digest
SHA256 df1f1248a885db4674e3b099a4e8b5d853de360200a96005569945793ab916dd
MD5 65c0ead96953169c2be645680934cf3d
BLAKE2b-256 9e43417fdd78aba02fc305c28eb355c8fc1b48c521c95f204b20a7ad32c3b5b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfx-0.15.3-py3-none-any.whl:

Publisher: ci.yml on pygfx/pygfx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page