|
20 | 20 |
|
21 | 21 | - [Table of contents](#table-of-contents) |
22 | 22 | - [Introduction](#introduction) |
23 | | - - [Key Features](#key-features) |
24 | | - - [Development Experience Preview](#development-experience-preview) |
25 | | - - [Architecture](#architecture) |
| 23 | + - [Key Features](#key-features) |
| 24 | + - [Development Experience Preview](#development-experience-preview) |
| 25 | + - [Architecture](#architecture) |
26 | 26 | - [Quick Start](#quick-start) |
27 | 27 | - [Documentation](#documentation) |
28 | | - - [Tutorials](#tutorials) |
29 | | - - [References](#references) |
| 28 | + - [Tutorials](#tutorials) |
| 29 | + - [References](#references) |
30 | 30 | - [Roadmap](#roadmap) |
31 | 31 | - [Contribution](#contribution) |
32 | 32 | - [FAQ](#faq) |
@@ -178,11 +178,13 @@ No, you can think of it as a traditional GUI development library that incorporat |
178 | 178 |
|
179 | 179 | It's recommended to prioritize other GUI libraries/frameworks, as LCUI currently lacks: |
180 | 180 |
|
181 | | -- **A rich set of built-in components:** You will need to build almost all the components in your UI from scratch, leading to higher development costs. |
182 | | -- **Efficient graphics rendering performance:** Interfaces with extensive and complex content may experience lag. |
183 | | -- **An animation system:** The lack of visual feedback affects the user interaction experience. |
| 181 | +- **Rich Built-in Components:** You will need to build almost all the components in your UI from scratch, leading to higher development costs. |
| 182 | +- **Efficient Graphics Rendering Performance:** Interfaces with extensive and complex content may experience lag. |
| 183 | +- **Animation System:** The lack of visual feedback affects the user interaction experience. |
| 184 | +- **Detailed and User-friendly Documentation**: The existing documentation and examples are only for a simple understanding. If you want to study in depth, you need to read the source code, so the learning cost is relatively high. |
| 185 | +- **Active Updates**: Limited by the maintainer's personal interests and time, the update frequency of this project is very low. Therefore, the functional requirements or bugs you submit may not necessarily be resolved, especially those in the old versions. |
184 | 186 |
|
185 | | -Given its current state, LCUI is best suited for fulfilling the author's personal needs or developing simple tools with minimal UI content and interactions. |
| 187 | +Given its current state, LCUI is best suited for fulfilling the maintainer's personal needs or developing simple tools with minimal UI content and interactions. |
186 | 188 |
|
187 | 189 | **Support development with TypeScript? If I know how to use it, why wouldn’t I just go with Electron?** |
188 | 190 |
|
|
0 commit comments