Almar Klein
Almar Klein
Supported in wgpu-native: https://github.com/gfx-rs/wgpu-native/pull/398
### Context The current key events are focused on detecting key presses. They can be used to detect the user writing text, but only for Latin characters. It's not possible...
Experimental PR to look into pinch events. See pygfx/rendercanvas#31 ### Status Seems it can be made to work for Qt. Likely also for jupyter. Not (for now) on glfw. Also...
Relates to #470 Trying to use wgpu with PySide6 today, I get the following error: ``` thread '' panicked at /root/.cargo/git/checkouts/wgpu-53e70f8674b08dd4/9f505e7/wgpu-hal/src/vulkan/instance.rs:395:18: XlibSurface::create_xlib_surface() failed: ERROR_OUT_OF_HOST_MEMORY note: run with `RUST_BACKTRACE=1` environment variable...
As a EU citizen the `mm/dd/yyyy` freaks me out :) but for US users it feels more natural. Some context, in earlier versions I even adopted ISO 8601 https://xkcd.com/1179/, but...
See e.g. #474. Either by scaling similar to the main window, or making it resizable.
Updating to https://github.com/gfx-rs/wgpu/releases/tag/v0.20.0
Originally reported by: **Almar Klein (Bitbucket: [almarklein](http://bitbucket.org/almarklein), GitHub: [almarklein](http://github.com/almarklein))** --- _Imported from [iep.googlecode.com issue #181](https://code.google.com/p/iep/issues/detail?id=181), reported by [email protected]_ Some settings can now be set via the menu. There are many...
Originally reported by: **Almar Klein (Bitbucket: [almarklein](http://bitbucket.org/almarklein), GitHub: [almarklein](http://github.com/almarklein))** --- _Imported from [iep.googlecode.com issue #180](https://code.google.com/p/iep/issues/detail?id=180), reported by [email protected]_ I think that the lightweight model of the file browser suits a...
Let's do a release before holidays/Euroscipy. There's some cool stuff since the last release, like the ruler, new buffer texture api, custom SDF markers, fix for dashing in thin lines...