Soham Biswas
Soham Biswas
## Proposal: Improve Button2D to accept texts and also include a background. Also adds few quality of life changes like feedback when the button is clicked etc. This is also...
Replaces boiler plate code in various UI elements to make them draggable. Solves #401 . Any new UI component can use `self.set_draggable_components` method from its `UI` super class to implement...
Many UI components such as `Panel2D`, `ComboBox2D`, `TabUI` etc implement boiler plate code to make themselves draggable. It would be helpful and cleaner to have a separate common method, preferably...
This PR will add a UI component to choose a file from the file system. The overall design will be similar to the following: 
**Is your feature request related to a problem? Please describe.** Implemention of `resize` method for ListBox2D. **Describe the solution you'd like** Executing `listbox.resize((width, height))` should resize the listbox accordingly. **Additional...
The following issues are faced while rendering cylinders using `actor.cylinder`: * Unable to render a cylinder that is perpendicular to the XY plane. * Issues while rendering `wrecking ball simulation`...
This Pull request deals with the separation of scrollbars from ListBox2D to make it a standalone UI component. This PR also continues the commit objects from PR #222 .
## Description While running tests using `pytest -svv fury`, one of the tests specifically this one is failing. It's a fresh environment built using conda. Part of the output concerning...
Solves #165 . Creates an action to create new pastes on pastebin.