GUI Example

In this section, we provide you two examples using GUI with WAMR

  • littlevgl: Demonstrating the graphic user interface application usage on WAMR. The whole LVGL 2D user graphic library and the UI application are built into the WASM application. It uses WASI libc and executes apps in AOT mode by default.

  • gui: Move the LVGL library into the runtime and define a WASM application interface by wrapping the littlevgl API. It uses WASI libc and executes apps in interpreter mode by default.

Last updated