mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
Update README.md
This commit is contained in:
parent
bf9f5ab1c5
commit
0962c55c82
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ ThorVG has been integrated into the [Godot](https://www.godotengine.org) project
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### LVGL
|
### 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.
|
[LVGL](https://lvgl.io/) is an open-source graphics library specifically designed for embedded systems with limited resources. It is lightweight and highly customizable, providing support for graphical user interfaces (GUIs) on microcontrollers, IoT devices, and other embedded platforms. ThorVG serves as the vector drawing primitives library in the LVGL framework.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="700" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_lvgl.png">
|
<img width="700" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_lvgl.png">
|
||||||
|
|
Loading…
Add table
Reference in a new issue