lv_gui_builder icon indicating copy to clipboard operation
lv_gui_builder copied to clipboard

Something that can use for reference

Open xqdd opened this issue 6 years ago • 0 comments

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:

  1. easy to layout (HTML)
  2. easy to style (CSS)
  3. easy to bind event (Javascript)

Look like web development(https://vuejs.org/v2/guide/single-file-components.html)

xqdd avatar Jul 04 '19 08:07 xqdd