Korijn van Golen

Results 390 comments of Korijn van Golen

Yes we can. Do you also want to cover all the GUI toolkits?

> * in order to take full advantage, it'd be nice if we would not have to iterate over the whole scene graph on each draw. Can you explain this?

I see. Thanks! I guess it means you can try to detect automatically what can be bundled, or you can rely on the user to mark worldobjects as "static" or...

We should keep in mind that users should be able to compose "layers" to render themselves, and that backgrounds should not throw a wrench in that party. :)

Short answer is yes but it is challenging. Long answers you can find if you google how to support keyboard interrupt for pyside/pyqt.

From memory: the complexity is that KeyboardInterrupt will only be raised if you happen to time the key press so that CTRL+C is received by the process while the python...

Matplotlib's implementation: https://github.com/matplotlib/matplotlib/blob/9f96205464930c9064eb20af462c79ac47c6b254/lib/matplotlib/backends/qt_compat.py#L200-L268

Are we able to copy their (MPL and Uvicorn) implementations?

Good to have a holistic overview and proposal for these issues! I agree with most of your proposal, but there are some alternative approaches for some of the sub-problems that...

I'll let you decide which of these examples are relevant as/extract relevant use cases for this issue: * https://threejs.org/examples/#webgl_effects_stereo * https://threejs.org/examples/#webgl_multiple_views * https://threejs.org/examples/#webgl_shadowmap_viewer