Rendercanvas

Latest version: v2.0.3

Safety actively analyzes 724166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.3

What's Changed
* Hide bitmap warning when explicitly picked by tlambert03 in https://github.com/pygfx/rendercanvas/pull/67
* Fix AttributeError on present() "fail" case by rafaelbeckel in https://github.com/pygfx/rendercanvas/pull/68
* GLFW window start at correct size and draw during resize by almarklein in https://github.com/pygfx/rendercanvas/pull/70
* Fix that WinIdChange event is in a different place on pyqt by almarklein in https://github.com/pygfx/rendercanvas/pull/71

New Contributors
* tlambert03 made their first contribution in https://github.com/pygfx/rendercanvas/pull/67
* rafaelbeckel made their first contribution in https://github.com/pygfx/rendercanvas/pull/68

**Full Changelog**: https://github.com/pygfx/rendercanvas/compare/v2.0.2...v2.0.3

2.0.2

What's Changed
* Add a fully functioning pure-Python event loop by almarklein in https://github.com/pygfx/rendercanvas/pull/53
* Fix bitmap adapter test by almarklein in https://github.com/pygfx/rendercanvas/pull/59
* Dont get winId in qt and wx with bitmap present-method by almarklein in https://github.com/pygfx/rendercanvas/pull/60
* Detect qt winid changes by almarklein in https://github.com/pygfx/rendercanvas/pull/61


**Full Changelog**: https://github.com/pygfx/rendercanvas/compare/v2.0.1...v2.0.2

2.0.1

What's Changed
* Add doc for migrating from wgpu.gui by almarklein in https://github.com/pygfx/rendercanvas/pull/47
* fix set logical size in `JupyterRenderCanvas` by kushalkolar in https://github.com/pygfx/rendercanvas/pull/50

New Contributors
* kushalkolar made their first contribution in https://github.com/pygfx/rendercanvas/pull/50

**Full Changelog**: https://github.com/pygfx/rendercanvas/compare/v2.0.0...v2.0.1

2.0.0

This release marks a big step with regards to support for async:

* Refactor to go async by almarklein in https://github.com/pygfx/rendercanvas/pull/41
* A bit more docs on async by almarklein in https://github.com/pygfx/rendercanvas/pull/44

Further improvements:

* Handle ctrl-c by almarklein in https://github.com/pygfx/rendercanvas/pull/25
* Add backend overview to docs by almarklein in https://github.com/pygfx/rendercanvas/pull/43
* Fix rendering via bitmap adapter by almarklein in https://github.com/pygfx/rendercanvas/pull/45
* Run examples on ci by almarklein in https://github.com/pygfx/rendercanvas/pull/23

Changes to the API:

* Rename `is_closed()` to `get_closed()` by almarklein in https://github.com/pygfx/rendercanvas/pull/26
* Remove `run` function by almarklein in https://github.com/pygfx/rendercanvas/pull/42


**Full Changelog**: https://github.com/pygfx/rendercanvas/compare/v1.0.0...v2.0.0

1.0.0

This marks the first release since this repo was rolled out of [wgpu-py](https://github.com/pygfx/wgpu-py). Compared to the version in wgpu-py, this code underwent the following changes:

* Obvious renaming, e.g. `WgpuCanvas` -> `RenderCanvas`.
* The `canvas.get_context()` must be called with `canvas.get_context("wgpu")`.
* The above means that the canvas can also be used by other rendering systems.
* We provide a bitmap-based context `canvas.get_context("bitmap")` out of the box.
* Add backends for qt libs, e.g. `from rendercanvas.pyside6 import RenderCanvas`.
* New scheduling system that is implemented generally instead of separate for each backend, and is generally better in several ways.
* Multiple different update modes are supported.
* The backend system is much better defined, and a few bugs were fixed in this process.
* Don't call `asyncio.get_event_loop()`, because its deprecated now.

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.