Skip to content

Releases: pygfx/rendercanvas

v2.6.1

18 Feb 11:37
df61e80

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

05 Feb 13:13
cd877db

Choose a tag to compare

This release focuses on present methods (bitmap vs screen). The bitmap present method is now async, making it much more performant. And there are changes in how the method is selected. One of these changes is that on Qt 'bitmap' is the default, which avoids many qt-specific issues.

What's Changed

Full Changelog: v2.5.2...v2.6.0

v2.5.2

23 Dec 13:30
6868f0a

Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

18 Dec 15:56
078e407

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

17 Dec 08:37
6c8a4ba

Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.5.0

v2.4.2

19 Nov 15:37
d8b2c57

Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1

14 Nov 09:24
a5b2653

Choose a tag to compare

Summary

This minor release fixes some regressions related to sizes that were introduced in earlier refactorings. It also brings back support for custom contexts (but not via the hook we had earlier).

What's Changed

Fixes:

Additions:

  • Add notes on performance for Qt bitmap present by @almarklein in #139
  • Allow displaying frame-time in ms in title ($ms instead of $fps) by @almarklein in #140

Full Changelog: v2.4.0...v2.4.1

v2.4.0

10 Nov 11:22
d18a421

Choose a tag to compare

Summary

Support for Pyodide!! 🚀 And laying foundation for improved remote contexts, by implementing the contexts here instead of in wgpu-py.

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

05 Nov 20:16
e571a3a

Choose a tag to compare

Summary

This release drops support for async event handlers, makes sure that the user-code is up-to-date with the canvas size before a draw, has better support for static typing, and much more ...

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

15 Sep 09:03
59152c0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1