Antriksh Misri
Antriksh Misri
## Description When the `captions` parameter is set to `None` the `GridUI` throws the following error:- ```python 'vtkmodules.vtkRenderingOpenGL2.vtkOpenGLActor' object has no attribute '_items' File "fury/ui/containers.py", line 774, in init self._actors.append(item._items[0])...
This PR adds the `Accordion2D` UI to the `UI` sub module. Please merge #460 before reviewing/merging this. Below is a screenshot for reference:- .
This adds a card2d widget as mentioned in issue #397. Here is a screenshot for reference:- 
## Description Currently, with #441 PR, borders are added to the `Panel2D` with 4 `Rectangle2D` which can be performance taxing. There needs to be an improvement in the border generation...
This PR adds `Tree2D` UI to the ui sub-module.
This PR adds support for a watcher class in the UI elements. The purpose of this class is to monitor a particular attribute from the UI element after it has...
## Description The ImageContainer2D UI component renders any RGB image with .png extension in black and white. ## Way to reproduce 1. Imort ImageContainer2D from `fury.ui` ```python from fury.ui import...
**Is your feature request related to a problem? Please describe.** No, my feature request is not related to a problem. It is merely an addition of a widget to fury's...
**Describe the problem** I am trying to run eel with react using [Eel-React-Template](https://github.com/hrdtbs/template-create-react-app-eel). I have a javascript function exposed in index.html but when I try to run the function from...