18 lines
306 B
Markdown
18 lines
306 B
Markdown
# Interface design
|
||
Interface component
|
||
Layout
|
||
Styling
|
||
Behaviour
|
||
|
||
## Layout
|
||
The layout is represented using XML
|
||
|
||
## Components
|
||
The components all derives from Rect
|
||
|
||
## Styling
|
||
The styling could be done a file that looks like css
|
||
|
||
## Behaviour
|
||
The behaviour needs to be done using the scripting API
|