Korijn van Golen
Korijn van Golen
In volume_slice4.py example check if interaction plays nice with camera y axis flip
https://github.com/mmatl/pyrender Looks similar on many points to our goals here... and integrates with trimesh which seems desirable as well. What will be the distinguishing features here in visvis2? (We're based...
Picking by rendering is now supported (see #77) but we don't have geometry based raycasting yet which has other use cases: - Finding **all** intersections with a ray - Picking...
Particulary in linalg ~and controls~, we use a bunch of module and class globals, which are a problem for thread safety.
Like the title says, closing a `WgpuCanvas` window does not cause the event loop to return, and thus `run()` to return. Should be pretty easy?
I still need to figure out how to reliably reproduce this, but in a script I was batch running yesterday, my computer would actually lock up* after a rust panic....
If you do as follows: ```python from wgpu.gui.qt import WgpuCanvas, run canvas = WgpuCanvas() canvas.hide() canvas.show() run() ``` The program crashes with: ``` Uncaught WGPU error (Unknown): Outdated thread ''...
# Done - PySide/PySide2/PySide6/PyQt4-6 - GLFW - [wxPython Phoenix](https://wxpython.org/Phoenix/docs/html/) Thanks @Correct-Syntax #133 - jupyter (via jupyter_rfb) # To do (PRs welcome) - [ ] Beeware/toga - [ ] pyglet -...
- [ ] Gallery generation mechanism
Question is in the title. With this library, can you (asynchronously) wait for a deferred job to complete and get its return value? I couldn't find it in the docs....