Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify GUI Creation #16

Open
TBye101 opened this issue May 11, 2018 · 1 comment
Open

Simplify GUI Creation #16

TBye101 opened this issue May 11, 2018 · 1 comment

Comments

@TBye101
Copy link
Owner

TBye101 commented May 11, 2018

Making GUIs is currently a slow process with lots of boilerplate tasks for a developer, and utilizes hardcoded locations. GUI creation should be simplified to the point where a developer tells some sort of UIContainer what children elements the developer wants to add to it, and this UIContainer auto arranges/resizes elements.

@TBye101 TBye101 self-assigned this May 11, 2018
@TBye101 TBye101 added this to Low priority in Bugs Jun 19, 2018
@TBye101 TBye101 removed this from Low priority in Bugs Jun 19, 2018
@TBye101 TBye101 added this to To do in Features Jul 13, 2018
@TBye101 TBye101 removed their assignment Jul 13, 2018
@TBye101
Copy link
Owner Author

TBye101 commented Jan 29, 2019

Short term simplification is to do event based elements, instead of making many classes that inherit from elements to use them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Features
  
To do
Development

No branches or pull requests

1 participant