Very simple, terse and easy GUI programming “frameworks”
- by jetxee
Please list GUI programming libraries, toolkits, frameworks which allow to write GUI apps quickly. I mean in such a way, that
GUI is described entirely in a human-readable (and human-writable) plain text file (code)
code is terse (1 or 2 lines of code per widget/event pair), suitable for scripting
structure and operation of the GUI is evident…