Is there any plan to upgrade lv_binding_js into LVGL 9.5 based?

Several month ago I completed a internal PoC project using LVGL-JS 9.2 PR Upgrade to LVGL 9.2 by jefdriesen · Pull Request #47 · lvgl/lv_binding_js · GitHub.

It was good and I have tested another PR of LVGL-JS 9.5 on Develop/v9.5 by lygstate · Pull Request #61 · lvgl/lv_binding_js · GitHub, which is looks better.

I am highly interested in upgrading lv_binding_js but nowadays review was not active.

Is there any plan to upgrade this repository?

I would be happy if any maintainer will review my PR Fix setSelectIndex method name typo in Dropdownlist by donghwan-yu · Pull Request #62 · lvgl/lv_binding_js · GitHub.

I have some other patches to upload but all is based on LVGL-JS 9.5.

Thank you for your reading my post :slight_smile:

Hi,I’m very interested in this. Do you know about Vue(a H5 framework like React)?Is there any possibility to use Vue based on lvgl_binding_js project?

I know Vue is a go-to framework for building frontend web apps, and it looks really promising. But since its structure is quite different from React-like using instead of JSX, some modification looks necessary :slight_smile:

Currently my personal priority is to upgrade and update as the latest version of LVGL of 9.5 as much as possible. Maybe a few months later new version of LVGL 9.6 will be released.

I’ve been learning Vue recently. The Vue core framework allows users to implementation a series of element operation interfaces like create/inserte/findNextSibling/getParent… to adapt to third-party rendering platforms. Maybe we can create a new branch to do this things when the time is available.