diff --git a/README.md b/README.md index aa2ca1fd..537345ed 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,13 @@ ThorVG has been integrated into the [Godot](https://www.godotengine.org) project

+### LVGL +[LVGL](https://lvgl.io/) is the most popular free and open-source embedded graphics library to create beautiful UIs for any MCU, MPU and display type. The complete graphic framework includes a variety of widgets for you to use in the creation of your GUI, and supports more advanced functions such as animations and anti-aliasing. ThorVG serves as the vector drawing primitives library in the LVGL framework. + +

+ +

+ ### Tizen ThorVG has been integrated into the [Tizen](https://www.tizen.org) platform as the vector graphics engine. [NUI](https://docs.tizen.org/application/dotnet/guides/user-interface/nui/overview/) is the name of Tizen UI framework which is written in C#. ThorVG is the backend engine of the [NUI Vector Graphics](https://docs.tizen.org/application/dotnet/guides/user-interface/nui/vectorgraphics/Overview/) which is used for vector primitive drawings and scalable image contents such as SVG and Lottie Animation among the Tizen applications. diff --git a/res/example_lvgl.png b/res/example_lvgl.png new file mode 100644 index 00000000..c90c08bb Binary files /dev/null and b/res/example_lvgl.png differ