started renderer
+ Basic TUI (aka. GUI) that can handle widgets.
+ The widget label got also added and can wrap around the screen
+ init file got a bit extended; it now does:
  + load widgets
  + load pages
  + load colors
+ init also is now split  in a init and main function
1 parent 11b5986 commit aaea3bb25ba8689491a28fd2ceeb18c93c22e5f5
@Sammy Sammy authored on 31 Aug 2022
GitHub committed on 31 Aug 2022
Showing 3 changed files
View
src/gui/label.lua 0 → 100644
View
src/gui/render.lua 0 → 100644
View
src/init.lua