XuNeo / luavgl

lua + lvgl = luavgl An optimized lvgl Lua binding
MIT License
70 stars 14 forks source link

XML support #67

Open XuNeo opened 2 months ago

XuNeo commented 2 months ago

Introduce the problem

Describe the UI in XML, parse and create UI in luavgl.

XML can be preprocessed before running to a standard lua file. Or it can be parsed and executed in run time.

XML can contain lua script, just like js script in html.

Proposal

No response