本文实现了一些Procedural Animation的示例程序。 其中不少是借鉴的Shadertoy.com上的对应例子写的。
请填写./quiz/quiz_fractal_tiling.py以达到(类似的)如下效果:
Fractal tiling (# reference ==> https://www.shadertoy.com/view/Ml2GWy#)
Fancy galaxy (reference ==> https://www.shadertoy.com/view/MdXSzS)
Pretty hip (# reference ==> https://www.shadertoy.com/view/XsBfRW)
Water caustic (# reference ==> https://www.shadertoy.com/view/MdlXz8)
Interstellar (by Andrew Sun (https://github.com/victoriacity))
The 3D slices of a 4D Julia-set (by Dunfan Lu (https://github.com/AmesingFlank))
[Taichi] version 0.8.3, llvm 10.0.0, commit 021af5d2, win, python 3.8.10
确保handy_shader_functions.py可以访问的情况下,可以直接运行:python3 [*].py
其中07_julia_4d.py
需要GGUI
的支持