TODO.md 1.5 KB
Newer Older
小康2022 已提交
1
### TODO/期望功能
小康2022's avatar
小康2022 已提交
2

小康2022 已提交
3 4 5 6
1. [ ] Perfect the scroll bar function of `Text` class  
完善 `Text` 类的滚动条功能

2. [ ] Perfection and optimization of zoom function  
小康2022's avatar
小康2022 已提交
7
对缩放功能的完善和优化
小康2022's avatar
小康2022 已提交
8

小康2022 已提交
9
3. [ ] Try adding support for some MarkDown syntax  
小康2022's avatar
小康2022 已提交
10 11
尝试增加对部分 Markdown 语法的支持

小康2022 已提交
12
4. [ ] Implement symmetry in 3D modules  
小康2022 已提交
13
实现 3D 模块中的对称功能
小康2022 已提交
14

小康2022 已提交
15
5. [ ] Enhanced projection functionality in 3D modules  
小康2022 已提交
16
增强 3D 模块中的投影功能
小康2022 已提交
17

小康2022 已提交
18
6. [ ] Add more 3D spatial geometry classes  
小康2022 已提交
19
增加更多 3D 空间几何体类
小康2022 已提交
20

小康2022 已提交
21
7.  [ ] Add lights and achieve simple light and shadow renderings  
小康2022 已提交
22
添加光源,并实现简单的光影渲染的效果
小康2022 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39

### BUG/已知问题

1. [ ] Solve the bug that the vertical position of the text is wrong when the `Text` class is enlarged  
解决 `Text` 类放大时,文本纵向位置错误的 bug

2. [ ] Solve the bug that text shrinks and overflows after zooming text controls  
解决文本类控件缩放后文本产生缩水和溢出的 bug

3. [ ] Fix the bug of deletion misalignment when there is too much text in the `Text` class  
解决 `Text` 类中文本过多时删减错位的 bug

4. [ ] The position relationship between the space before and after the 3D object is still problematic at some point  
3D 对象前后空间的位置关系在某些时候仍有问题

5. [ ] When a widget is tapped, the widgets that follow it are also triggered  
点击控件时,其后面的控件也会被触发