Antriksh Misri

Results 15 issues of 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])...

good first issue
type:Bug Fix

This PR adds the `Accordion2D` UI to the `UI` sub module. Please merge #460 before reviewing/merging this. Below is a screenshot for reference:- ![Screenshot (11)](https://user-images.githubusercontent.com/54466356/128708360-8388b136-f178-4c78-a3e4-45e2ea182d01.png).

category: UI

type:Enhancement
category: UI

This adds a card2d widget as mentioned in issue #397. Here is a screenshot for reference:- ![Screenshot (176)](https://user-images.githubusercontent.com/54466356/112532305-b090ef80-8dce-11eb-90a0-8d06eed55993.png)

type:New Feature

## 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...

type:Enhancement

This PR adds `Tree2D` UI to the ui sub-module.

type:New Feature

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...

help wanted