mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-08-24 16:18:48 +08:00
update readme
This commit is contained in:
parent
c7f6619660
commit
d2b1d4514f
@ -51,11 +51,11 @@ Even a C beginner could master GuiLite quickly. The source code only uses basic
|
|||||||
- [UML chart of GuiLite core](documents/UML.md)
|
- [UML chart of GuiLite core](documents/UML.md)
|
||||||
- 📈Learning steps
|
- 📈Learning steps
|
||||||
1. Build GuiLite library
|
1. Build GuiLite library
|
||||||
2. Build/Run HelloXXX demos
|
2. Build/Debug HelloXXX demos
|
||||||
3. Read/Modify `HelloXXX/UIcode/UIcode.cpp` code
|
3. Read/Modify `HelloXXX/UIcode/UIcode.cpp` code
|
||||||
4. Read/Modify `gui` code
|
4. Read/Modify `widgets` code
|
||||||
5. Read/Modify `core` code
|
5. Read/Modify `core` code
|
||||||
6. Build your UI framework
|
6. Build your GUI framework
|
||||||
- 📞[Reach out us](#community-channel) if you have any questions you are welcomed to our developer family.
|
- 📞[Reach out us](#community-channel) if you have any questions you are welcomed to our developer family.
|
||||||
- 🌐[GitHub link](https://github.com/idea4good/GuiLite)
|
- 🌐[GitHub link](https://github.com/idea4good/GuiLite)
|
||||||
|
|
||||||
|
12
README_zh.md
12
README_zh.md
@ -48,12 +48,12 @@
|
|||||||
- [如何传递消息?](documents/HowMessageWork.md)
|
- [如何传递消息?](documents/HowMessageWork.md)
|
||||||
- [核心UML示意图](documents/UML.md)
|
- [核心UML示意图](documents/UML.md)
|
||||||
- 📈学习方法
|
- 📈学习方法
|
||||||
1. **外围** - 成功编译GuiLite库
|
1. 编译GuiLite库
|
||||||
2. **前戏** - 成功运行HelloXXX实例程序
|
2. 编译、调试:HelloXXX实例程序
|
||||||
3. **交流** - 研读/修改100+行的`HelloXXX/UIcode/UIcode.cpp`源代码
|
3. 研读、修改100+行的`HelloXXX/UIcode/UIcode.cpp`源代码
|
||||||
4. **深交** - 研读`gui`目录下的代码
|
4. 研读`widgets`目录下的代码
|
||||||
5. **攻核** - 研读`core`目录下的代码
|
5. 研读`core`目录下的代码
|
||||||
6. **分家** - 丰富,扩展自己的UI功能
|
6. 扩展/开发自己的GUI库
|
||||||
- 📞遇到任何问题,都可以[联系我们](#社区交流),也欢迎加入我们的开发者大家庭
|
- 📞遇到任何问题,都可以[联系我们](#社区交流),也欢迎加入我们的开发者大家庭
|
||||||
- 🌐[GitHub链接](https://github.com/idea4good/GuiLite)
|
- 🌐[GitHub链接](https://github.com/idea4good/GuiLite)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user