LVGL Pro (Editor) v1.0 release candidate is available

:rocket: We’re at the finish line, and we have a lot to share!

First things first, LVGL’s UI Editor now has a name: LVGL Pro :tada:
And a website: https://pro.lvgl.io/

:thinking: Why “Pro”?

Because it’s designed for professional developers who want to:
:white_check_mark: Build UIs from reusable components
:white_check_mark: Test and validate their work
:white_check_mark: Collaborate efficiently with their teams

:star: So what is LVGL Pro?

A complete toolkit with 4 tools:
:one: XML Editor: The heart of LVGL Pro. A desktop app to build components and screens in XML, manage data bindings, translations, animations, tests, and more.
:two: Online Share: Run the Editor in your browser, open GitHub projects, and share easily without setting up any developer environment.
:three: CLI Tool: Generate C code and run tests in CI/CD.
:four: Figma Plugin: Sync and extract styles directly from Figma.

:open_book: You can learn more about all of these in LVGL Pro’s documentation.

:technologist: What is the current version?

We have just publish the Release candidate version of v1.0. It has all the major features including data-bindings, animations, translations, and many more. Try out all at https://viewer.lvgl.io/

:credit_card: What’s the Business model?

We’ve also updated the licensing model to be more flexible, scalable, and simple:
:black_small_square: Buy seats for the Editor
:black_small_square: Add CLI & Online Share for as many repositories as you need
:black_small_square: Monthly or yearly plans
:black_small_square: Huge startup discounts
All tools are free to use during the release candidate phase.

See our Pricing page for all the details: Pricing - LVGL Pro

:rocket: What’s next?

In the next two weeks we will:
:black_small_square: Fix bugs from your feedback
:black_small_square: Finish the VS Code plugin
:black_small_square: Improve docs
:black_small_square: Record tutorials
:black_small_square: Release LVGL Pro v1.0 mid-October :tada:

We’d love to hear your feedback about how the tools work, how they could be even more helpful for you, or if you already built something with LVGL Pro:
:point_right: Just open a GitHub issue: GitHub · Where software is built
:point_right: Or write us directly: lvgl@lvgl.io

Thanks for being with us on this journey, talk soon! :blush:

7 Likes

if you can update the news more frequently on github?

How do you mean it?

LVGL Pro is an outstanding tool that greatly improves the LVGL UI development experience. I am a Zephyr developer, and I found it very easy to integrate the C code exported from the LVGL Pro XML Editor directly into a Zephyr application. It can be said that LVGL Pro also helps promote the development of the Zephyr ecosystem. Here’s an example of the integration between the two: https://github.com/lgl88911/LVGLXMLwZephyr/tree/main