GridGUI
Features
Relative Control Placement
Place controls relative to each other in a grid, where no two columns or two rows will overlap unless thay have zero area. Align controls without having to worry about coordinates.
Auto Resizing
Never again do you need to painstakinly craft custom GuiSize labels, just tell the lib which controls should take up any unused space.
Object Wrappers
Thin Object Wrappers for Window, Gui and Controls, that works like you are used to but with the convenience of class instances.
What you are giving up
Computational power - This library is computationally expensive.
Precise control - This library handles the exact control placement.