Parsing css and css groups

This commit is contained in:
Antoine Pilote
2021-06-02 09:41:39 -04:00
parent 39aaa4cd2c
commit e3052e2e1f
16 changed files with 455 additions and 19 deletions

17
docs/Interface.md Normal file
View File

@@ -0,0 +1,17 @@
# 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