Collect daily practice 2022.6.24: MandelBulb(using spherical coordinate to caculate the z's n-power, https://www.youtube.com/watch?v=NJCiUVGiNyA)
PointCloud
Line
2022.6.5: StarField(learning from daniel shiffman, not use the 3D coordinate, just move the point or line from center to the border to simulate the 3D movement. url:https://www.youtube.com/watch?v=17WoOqgXsRM&list=PLoNVRhhr9PCj93E2Y8yPm9L8gaqsa4yFl&index=21)
ellipse
line
2022.4.18:Mutual Gravitaiton (universal gravitation equation, mover class, polar coordinate, tangent, the coding train and the nature of code - https://www.youtube.com/watch?v=GjbKsOkN1Oc)
Geometry
Line
2022.4.10: DoublePendulum (theta acceleation, translate the equation to simulate the double pendulum into processing program, coding train, https://www.youtube.com/watch?v=uWzPe_S-RVE, and the based equation of motion, https://www.myphysicslab.com/pendulum/double-pendulum-en.html)
2022.4.7:DynamicWorleyNoise (space partition, Learning from GLSLversion https://thebookofshaders.com/12/ and worley's paper)
2022.4.5: WorleyNoise to simulate cells (clostest distance, coding train, https://www.youtube.com/watch?v=4066MndcyCk)
2022.4.3: Rasterize3D (PImage Rasterization, learning from this tutorial:https://www.youtube.com/watch?v=WEBOTRboXBE)
2022.4.1 - 4.2:RoseCurve (Polar Coordinate)
2022.3.31:SimpleButterfly (Polar Coordinate & Rose Curve & Berlin Noise & Sine Movement, the coding train from daniel shiffman)
2022.3.29:FlowField (Vector Field & Berlin Noise)
2022.3.28:MandelbrotSet (Daniel Shiffman, the coding train)
2022.3.27: FluidSurf
2022.3.24 - 25: Unknow Pleasures gif
GaussianFunc
Updated b38tn1kFunc (original project: https://github.com/b38tn1k/b38tn1k/blob/master/unknownpleasures/unknownpleasures.pde)
2022.3.21: Yang_Trial (crawling object)
2022.3.21: KochSnow modified from Daniel Shiffman