-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor canvas context to allow presenting as image (#586)
* Refactor canvas context to allow presening as image * some cleanup * codegen * Fix flicker * cleaner * fix error on exit * looked into qt image draw performance a bit * Fix/workaround for Qt on Wayland * Fix glfw * Give wx same treatment as qt * Show warning when using offscreen rendering in qt and wx * docs * Update offscreen canvases. No more need for WgpuOfscreenCanvasBase * Update notebook * docs * minor tweaks * update tests * Fix memtest * remove debug text overlay * Bit of docstrings * explaine purpose of canvas context * Rename surface_info -> present_info * draw_to_screen -> present_method * flake
- Loading branch information
1 parent
8c077c4
commit 379599c
Showing
19 changed files
with
796 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.