MagicalLife icon indicating copy to clipboard operation
MagicalLife copied to clipboard

Simplify GUI Creation

Open TBye101 opened this issue 6 years ago • 1 comments

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 avatar May 11 '18 20:05 TBye101

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

TBye101 avatar Jan 29 '19 17:01 TBye101