Praneeth Shetty

Results 27 issues of Praneeth Shetty

Adding Weekly Blogpost ![msedge_6sB1Wv5jAC](https://user-images.githubusercontent.com/64432063/183280868-dd1a54b9-671a-459a-90f4-97e45f176236.png)

type:Documentation

Adding Weekly Blogpost. ![msedge_7cFkJjevqe](https://user-images.githubusercontent.com/64432063/182916370-81e4d35c-5d6f-4871-871c-1b82d04073f6.png)

type:Documentation

This feature adds grouping functionality to the shapes present in the `DrawPanelUI`. PR #623 needs to be merged before this. To group shapes: - Go to selection mode - Hold...

type:New Feature
category: UI

Adding a `RingSlider2D` to interactively rotate any shape from the center. Demo:

Creating a SpinBoxUI with tutorials and tests. ![Fury-SpinBoxUI](https://user-images.githubusercontent.com/64432063/133194003-53e2dac6-31e0-444e-b7f1-a9e71545f560.jpeg)

## Description As we can see below the Earth's texture (maybe other textures too) in the tutorials are inverted. This creates a miss-match in the coordinate points and the locations...

good first issue
type:Bug Fix

By Rferencing PR #285 Implementing Scrollbar as an individual element. This makes ScrollBar more flexible and code duplicacy is avoided. ![scrollbar](https://user-images.githubusercontent.com/64432063/170687573-0e08368f-e156-4ec7-a184-cec7f7fd34b1.gif)

As in the previous implementation, the `Panel2D` used `Rectangle2D` which affected the performance so replacing it with the `TexturedActor2D` ![python_xRBlq6gVmi](https://user-images.githubusercontent.com/64432063/173069987-264efb2d-3012-476b-aecc-4f8ffe9b58eb.gif)

category: UI

Creating a ProgressUI Widget which can be used as Loading bars. https://user-images.githubusercontent.com/64432063/128671950-849c19b5-17ca-47a2-92a5-3f6e357538c5.mp4 https://user-images.githubusercontent.com/64432063/131996694-e7cf3e34-b010-499d-a7d7-832c2348859e.mp4

category: UI

Updating the load_image method to directly convert the image into vtk_imagedata using the utils function

type:Enhancement
category: UI