Open Source UI Editor For LVGL Library and HMI Solution

Hello Lvgl Team ,

We are planning to develop HMI solution for our organizational projects , we are currently Using LVGL 8.3.1 Library with Arm cortex a7 processor.

We want Some LVGL based Open Source UI editor tools which is free to use for commercial purpose.

Also we want to integrate our toolchain into that editor to cross-compile the binary for our arm platform.

So request you to provide some open source UI editors for the explained use-cases.

Please also let us know in case of any other information required from your end.

You can consider the following options:

  1. LVGL Pro https://pro.lvgl.io/
    The official LVGL UI editor. This requires a license. The LVGL Services team can also develop the UI for you if needed. For details, please contact lvgl@lvgl.io.
  2. SquareLine Studio
    A third-party LVGL UI editor. Licensing may be required for commercial use, depending on your needs.
  3. EEZ Studio
    An open source and free LVGL UI editor.

Hello @fbiego ,

Thank you for the update ,
i have gone through all the editor , Thay are specifically used for UI development and exporting the C code,
but as i mentioned earlier , we want to cross compile or build the code also in the same editor ,
so it is any of your suggested editor and any other editor have support to build and cross compile it within the editor it self same like eclips ?

Please let us know in case of any further clarification required

Just write the LVGL code into your code using the LVGL APIs & functions.

Use whatever IDE u are using and add the LVGL code within your main code.

BTW 9.4 is the latest version with better features and more streamlined structure.

Any reason why you decided to use 8.3 ?