lv_gui_builder
lv_gui_builder copied to clipboard
Something that can use for reference
WYSIWYG
https://github.com/ocornut/imgui
language level
https://flutter.dev/docs/development/ui/widgets-intro (Awesome) https://edvin.gitbooks.io/tornadofx-guide/part1/4.%20Basic%20Controls.html (Awesome++)
inspector
https://flutter.dev/docs/development/tools/inspector
builder
https://gluonhq.com/products/scene-builder/#download
xml
https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/xaml-overview-wpf
In fact, we need to work out well with 3 things:
- easy to layout (HTML)
- easy to style (CSS)
- easy to bind event (Javascript)
Look like web development(https://vuejs.org/v2/guide/single-file-components.html)