2022-11-27 07:35:53 +00:00
|
|
|
# p5js 学习仓库
|
2022-11-27 07:24:59 +00:00
|
|
|
|
2022-12-25 11:50:01 +00:00
|
|
|
## 待做
|
|
|
|
|
|
|
|
- [分形树1](https://www.youtube.com/watch?v=0jjeOYMjmDU)
|
|
|
|
- [分形树5](https://www.youtube.com/watch?v=JcopTKXt8L8)
|
|
|
|
- [最小跨越树](https://www.youtube.com/watch?v=BxabnKrOjT0)
|
|
|
|
- [迷宫](https://www.youtube.com/watch?v=HyK_Q5rrcr4)
|
|
|
|
- [三维地形](https://www.youtube.com/watch?v=IKB1hWWedMk)
|
|
|
|
- [洛伦兹吸引子](https://www.youtube.com/watch?v=f0lkz2gSsIk)
|
|
|
|
- [反应扩散算法](https://www.youtube.com/watch?v=BV9ny785UNc)
|
|
|
|
- [超级椭圆](https://www.youtube.com/watch?v=z86cx2A4_3E)
|
|
|
|
- [3D织物](https://www.youtube.com/watch?v=jrk_lOg_pVA)
|
|
|
|
- [曼波集](https://www.youtube.com/watch?v=6z7GQewK-Ks)
|
|
|
|
- [茱莉亚集](https://www.youtube.com/watch?v=fAsaSkmbF5s)
|
|
|
|
- [合成器](https://www.youtube.com/watch?v=Bk8rLzzSink)
|
|
|
|
- [焰火](https://www.youtube.com/watch?v=ATWOjXdRIoo)
|
|
|
|
- [焰火2](https://www.youtube.com/watch?v=CKeyIbT3vXI)
|
|
|
|
- [计算机视觉](https://www.youtube.com/watch?v=nCVZHROb_dE)
|
|
|
|
- [WEBGL](https://www.youtube.com/watch?v=BrFZ5RkywcY)
|
|
|
|
- [遗传算法](https://www.youtube.com/watch?v=bGz7mv2vD6g)
|
|
|
|
- [Phyllotaxis](https://www.youtube.com/watch?v=KWoJgHFYWxY)
|
|
|
|
- [Flappy Bird and Agar.io Clones](https://www.youtube.com/watch?v=eOii4P7WYbY)
|
|
|
|
- [遗传算法:连续进化系统](https://www.youtube.com/watch?v=Sx_l2GxBC5w)
|
|
|
|
- [邮差算法](https://www.youtube.com/watch?v=r_SpBy9fQuo)
|
|
|
|
|
2022-11-27 07:35:53 +00:00
|
|
|
## 链接
|
|
|
|
|
|
|
|
- [p5js官方网站](https://p5js.org/zh-Hans/)
|
2022-12-07 12:42:16 +00:00
|
|
|
|
|
|
|
## 临时笔记
|
|
|
|
|
|
|
|
Visual Studio Code Order In AutoCompletion
|
|
|
|
|
|
|
|
`"editor.snippetSuggestions": "top"`
|