**
EdgeLine
**
是LVGL官方團隊退出的一款拖拽式UI編輯工具,現在還處於測試間斷,目前最新版本為v0.3,已經可導出代碼。
注意:
- 使用該軟件需要注冊lvgl賬號,這一步可能需要代理
- 目前版本的項目支持在最大分辨率為480x320、32位色的設備
- 該版本導出的代碼基於LVGL v7,可導出C以及Python代碼
同時作者kisvegabor本人也提供了有關軟件的收費計划,原文如下:
Based on your suggestions and a lot of internal discussions we came up with this approach for the final release (v1.0)
1.Free plan:
Free, no registration
Basic features (similar to v0.3 with still missing but mandatory features such as font import)
Limitation in features, e.g. limited number of screens, widgets, etc
Useful to quickly try out Edgeline and see if you like it
Maybe some days of trial without limitation but it’s not decided yet
2.Standard plan
Like the free plan but for no limitation
Will be very cheap (i.e. comparable to a (or a few) cups of coffee per month)
No internet will be required, the licence will be verified offline
3.Professional plan
Like the standard version with extra features. E.g. style editor (not only local styles), advanced animation editor, and so on
It targets professional user so it will have a higher price
How does it sound?
這種收費計划看起來和EAGLE差不多,挺好的。
v0.3官方論壇發布頁:https://forum.lvgl.io/t/edgeline-v0-3-is-released/5838/29
Windows 版本: LINK
Linux 版本: LINK
經測試無代理情況下載速度能到1MB/s以上
阿里雲盤鏈接
https://www.aliyundrive.com/s/FQstiWKPWLQ
軟件界面
目前原生支持如下控件,Panel控件可自定義。
導出C代碼如下結構
導出python代碼結構如下