LVGL - Lightweight GUI; Monkeybread add-on?

As this is written in C I could imagine it could be wrapped to Xojo by Monkeybread Software.

Building user interfaces is a problem today as there is no good (cross-platform) standard library available.

For inhouse development, I still use browser/WebVew2 with DOM based UI.

This is an idea not a request…

1 Like

Are you sure that an “embedded GUI” made for low memory (some Kb) devices that dont even use a OS can be ported to a desktop? :thinking:

There are many cross-platform gui toolkits, wxWidgets, QT or the GTK project. Xojo already uses a very limited and outdated version of the later for linux, but it could be used for other targets as well.