Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: Embedded build working already? #14

Open
mkiepfer opened this issue Feb 9, 2025 · 2 comments
Open

question: Embedded build working already? #14

mkiepfer opened this issue Feb 9, 2025 · 2 comments

Comments

@mkiepfer
Copy link

mkiepfer commented Feb 9, 2025

I am currently trying to evaluate usage of the UI-Editor for an embedded build. Unfortunately this seems to be quite difficult. I am aware that there are restrictions for now. We mainly try to evaluate the workflow of UI-Editor and how we could manage to integrate and encapsulate screens and components.

Has someone already succeeded in using the UI-Editor for embedded builds?

@mkiepfer
Copy link
Author

mkiepfer commented Feb 10, 2025

I generally managed to get the sample project running on an embedded device (esp32). Unfortunalty the workflow is far from usable:

  • The biggest issue is the proper linkage of resources (images, fonts). The source link needed for preview and target are conflicting. Even when using LV_FS it's hard to use directories. E.g. spiffs is not supporting directories at all.
  • I couldn't find a way to bind events to UI elements. I am also unsure about the intended procedure
  • Code-Generation needs better modularity. E.g. every component should directly include all includes for the components it depends on

Of course this is the first pre-release. Maybe this information is helpful to prioritze the following features. I am still willing to stay an early adopter. The overall apraoch is still convincing!

@kisvegabor
Copy link
Member

Has someone already succeeded in using the UI-Editor for embedded builds?

I don't think so, and it wasn't the goal. v0.2, released at the end of March should be usable editor. v0.3 (end of June) should be a feature complete Editor, and v1.0 (end of September) should be a production ready version. So something more useful comes soon 😊

Of course this is the first pre-release. Maybe this information is helpful to prioritze the following features. I am still willing to stay an early adopter. The overall apraoch is still convincing!

It's really useful! v0.2 will

  • support images and fonts as C array
  • events
  • better include hierarchy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants