Script who what
Introduction intro
Defining a user interface using <type>ClutterScript</type>
Problem User interfaces are hard to maintain when the code for creating elements and the code for interacting with them is mixed together.
Solution Use ClutterScript to define the UI declaratively.
Discussion ...