Skip to content

Releases: pygfx/rendercanvas

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

v2.2.0

30 Jun 13:49
7e75d63

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2

14 May 10:44
557cb3f

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

13 May 09:00
6d11750

Choose a tag to compare

What's Changed

  • Fix that set_update_mode does not work for wrapper canvases by @almarklein in #87

Full Changelog: v2.1.0...v2.1.1

v2.1.0

13 May 07:54
8de9610

Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.1.0

v2.0.4

15 Apr 07:33
4de6b5b

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

26 Mar 10:54
714469c

Choose a tag to compare

What's Changed

  • Hide bitmap warning when explicitly picked by @tlambert03 in #67
  • Fix AttributeError on present() "fail" case by @rafaelbeckel in #68
  • GLFW window start at correct size and draw during resize by @almarklein in #70
  • Fix that WinIdChange event is in a different place on pyqt by @almarklein in #71

New Contributors

Full Changelog: v2.0.2...v2.0.3