Can Xojo’s GUI library work with LVGL? Many embedded devices have very low-spec hardware with minimal RAM and flash storage, making it impossible to run full desktop environments such as X11 and Wayland.
Xojo uses native APIs for each OS. One could build a LVGL lib and support software, but currently there are none as far as I know. Xojo has high dependency on OS features, so it is not the correct software for very low-spec hardware that usually (AKA bare metal systems) needs you bring in all necessary software to care about all the features involved or low-spec with a basic OS as the usual RTOS options. For those systems a “system language” as C or Rust are the usual options. Xojo is for the multi-megabytes spread in several binaries and depending on a full featured OS world, low-spec systems are for the few kilobytes binary and basic IO API world.
LVGL for Xojo makes little sense to me. No, currently there is no support.