So you can have horizontal/vertical alignment, the ability to fill available space, padding and color. By putting in elements with fill:true you can pad out certain areas too,
Nothing sorted for button handling yet, but so far the code seems like it'd be reasonably fast and compact.
Maybe the thing to do is to look at existing apps and see how easily they can be converted to use it.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
What do you all think about something like this: https://www.espruino.com/ide/?emulator&upload&gist=8cad25a87c633e2c614d0eefa52fcd2e
The layout for an app might look something like this:
So you can have horizontal/vertical alignment, the ability to fill available space, padding and color. By putting in elements with
fill:true
you can pad out certain areas too,Nothing sorted for button handling yet, but so far the code seems like it'd be reasonably fast and compact.
Maybe the thing to do is to look at existing apps and see how easily they can be converted to use it.