Korijn van Golen
Korijn van Golen
> It's defined in gui, whereas I feel belongs in the backend: `get_surface_info` and `get_physical_size` are required for the wgpu-native backend to work(!), so they're bound to that backend I...
We could consider "splitting" the webgpu-native backend in 2 parts, one being autogenerated direct python bindings, and one being the translation layer to the IDL-standardized webgpu API, I documented this...
Me and @berendkleinhaneveld were investigating if we could build extensions against this package. It seems to be a runtime-only package, which is great, but we need the development files, such...
Would it be possible to enable the TK rendering module in this package?
The azure-servicebus transport depends on azure-identity package, even though it is not listed: https://github.com/celery/kombu/blob/d620132ecee40fc021f7a78750dfe01331e8a8c0/requirements/extras/azureservicebus.txt#L1 It looks like the code intends for it to be optional: https://github.com/celery/kombu/blob/d620132ecee40fc021f7a78750dfe01331e8a8c0/kombu/transport/azureservicebus.py#L72-L77 But of course it...
Sprites
Enhance the Image object (or introduce a new Sprite object) to support the following: * Billboarding (always face the camera, regardless of camera configuration) * World, View and Screen space...
As part of our build process, we run the test suite _after_ creating the packaging to check that the installed package works as intended. We recently added an option to...
Depends on https://github.com/pygfx/wgpu-py/pull/764 and https://github.com/pygfx/rendercanvas/pull/127 This example demonstrates how to integrate pygfx directly with wgpu and glfw, as a pure rendering engine. With this PR I want to demonstrate that...
Can we reduce our set of requirements? https://github.com/pygfx/pygfx/blob/f5f8f72cb7eb7f4536d86f166919657685e49fef/pyproject.toml#L20-L33 Font and color libs are only necessary when using specific functionality.
It is pretty annoying to constantly see 10x warnings about materialization V2, it makes it harder to read our dbt logs. Even though we explicitly disabled the flag, it's still...