Lorenzo Gaifas

Results 298 comments of Lorenzo Gaifas

> Status: can render text, but each character is just a little rectangle. Note: it says "Hello world" :) :rofl: Awesome to see text moving along!

For ambient occlusion: a lot of my struggles in vispy come from the architecture not being designed to easily insert multiple passes and/or different render targets. As far as I...

Thanks @Korijn for putting names to the concepts! I have some reading to do now that I have the keywords :) Could you elaborate a bit on what is the...

Thanks for the explanations! Played around with it a bit, and I noticed that `superqt`'s labeled sliders don't have an editable readout. What do you think about that? It seems...

> They do also have an editable spin box. What made you say that? Woops, my bad. It just looked like a label, since it had no "box" around it...

The example acutally spawns the right slider! Errors happen, and things don't work, but it's something :D (Actually, to work it's using a small change I did to `superqt`, where...

Updated to use napari/superqt#59 (needed for this to work). The example currenlty segfaults due to events firing with the wrong types: ``` TypeError: rangeChanged(self, int, int).emit(): argument 1 has unexpected...

Only with `ipython` I get a bit more, but it's not relevant: ``` Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/IPython/core/interactiveshell.py", line 1934, in showtraceback stb = value._render_traceback_()...

Well, pyside2 working at least means we're on the right track! Cool, let me know what you unearth :)

I fixed some tests, what's left is a bit incomprehensible to me (and some of the failures are still related to the pyqt problem mentioned above).