Korijn van Golen
Korijn van Golen
Actually it looks like you also need upstream support from the C++ imgui project, see here: https://github.com/ocornut/imgui/blob/94c46d74869ec991c101c187088da0f25d6c8e40/backends/imgui_impl_wgpu.h#L6 I'm not sure if that implementation is wrapped here in pyimgui yet. If...
You can rule out pytest by calling the test function directly in a throwaway script?
That's crazy! 🤣 Happy to hear the driver update resolved the issue.
Are you experienced with Wx? We're looking for maintainers for the wx backend.
Indeed the gui backends are implemented in wgpu-py. You'd have to fix this there. I'll transfer the issue for you.
> What if we go for C-API bindings instead? Then we can use the binary wgpu-native releases, and use simpler tooling (e.g. cython). So we take the binary, the header...
We have jinja, let's just use it to full effect. This is what template inheritance and named blocks are for. It allows you to override sections of templates with your...
To expand on that, you can track upstream progress here: https://github.com/gfx-rs/wgpu-native/pull/402
> To expand on that, you can track upstream progress here: [gfx-rs/wgpu-native#402](https://github.com/gfx-rs/wgpu-native/pull/402) Upstream release happened 10 hrs ago!
> * What do we want a cpu-based picking API to look like? I recommend to review the Three.js API and also their implementation. It's quite straightforward.