其他分享
首页 > 其他分享> > EgLine V0.3—LVGL官方拖拽式UI编辑工具(可导出代码)

EgLine V0.3—LVGL官方拖拽式UI编辑工具(可导出代码)

作者:互联网

**

EdgeLine

**
是LVGL官方团队退出的一款拖拽式UI编辑工具,现在还处于测试间断,目前最新版本为v0.3,已经可导出代码。

注意:

  1. 使用该软件需要注册lvgl账号,这一步可能需要代理
  2. 目前版本的项目支持在最大分辨率为480x320、32位色的设备
  3. 该版本导出的代码基于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代码结构如下
在这里插入图片描述

标签:features,代码,导出,but,EgLine,UI,plan,版本,LVGL
来源: https://www.cnblogs.com/hfwz/p/15784265.html