You may be interested in looking at Auto Layout for Mac and iOS apps. https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/AutolayoutPG/index.html
It uses a system of linear equations to solve the defined layout constraints.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
For progressive customization you could take a look at SemanticUI's 3 layer structure (Defaults -> Theme -> Site)
http://semantic-ui.com/usage/theming.html
For constrains based layouts you could take a look at GSS
http://gridstylesheets.org/
Each Element is a rectangle with a known width and height
--
You received this message because you are subscribed to a topic in the Google Groups "Elm Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elm-discuss/vgNARkyhW5Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elm-discuss...@googlegroups.com.