Eleftherios Garyfallidis
Eleftherios Garyfallidis
``` ====================================================== FAILURES ======================================================= ______________________________________________________ test_grid ______________________________________________________ _interactive = False def test_grid(_interactive=False): vol1 = np.zeros((100, 100, 100)) vol1[25:75, 25:75, 25:75] = 100 contour_actor1 = actor.contour_from_roi(vol1, np.eye(4), (1., 0, 0), 1.)...
## Description Some tests fail in Linux and pass in Windows and Mac. Unexpected. Tests pass in Travis too with virtualgl and mesa. Here are the reported failures in Ubuntu...
We need something like the code below showing how to save clustering results. ``` from dipy.io.streamline import StatefulTractogram, save_tractogram, load_tractogram, Space from dipy.data.fetcher import fetch_target_tractogram_hcp, get_target_tractogram_hcp from dipy.segment.clustering import QuickBundles...
Hello all, Running the following example on Ubuntu 22.04 with Python 3.8 `python examples/feature_demo/fly_controller.py` Gives the following error: ``` No config found! No config found! ``` And when closing the...
Hi @almarklein and all, Thank you for developing this great project. We are working to use pygfx in the fury.gl project. Here is small glitch that we found: On Windows...
We need to be able to rotate objects of actors fast in the GPU. Talk to @Garyfallidis for more info.
This is a GLSL task. Take one of the existing actors. For example actor.cube and make them glow.
Currently the SelectionManager works as expected for selecting triangle representations of surfaces. However when we have surfaces represented with triangle strips we need to be more careful and find the...
Allow rendered text with math. Check projects such as matplotlib for inspiration. Check `fury.actor.texture` and `fury.actor.figure`
Study if shaders used for example with the sdf actor or billboard actor are antialiased when antialiasing is enabled in ShowManager.