TangentFoxy / Pop.Box

(ON HOLD) Pop.Box is an easy to use GUI library for the LÖVE engine, intended for rapid prototyping.
http://guard13007.github.io/Pop.Box/docs
MIT License
8 stars 4 forks source link

Relative sizing/positioning #24

Closed TangentFoxy closed 7 years ago

TangentFoxy commented 8 years ago

I already knew I wanted this, but another quote from kikito that might help me think of what to do:

I mean that instead of saying "this button is 30px width and 50 px high", I want a gui
where I can say "in this group of buttons, each one is as wide as the container, and
25% its height". The only place I should have to specify pixel dimensions would be the
root "window"; this way, the Gui would work in any resolution.
TangentFoxy commented 7 years ago

Ideas:

TangentFoxy commented 7 years ago

See #15