diff --git a/src/_posts/2021-05-28-viz-5.md b/src/_posts/2021-05-28-viz-5.md new file mode 100644 index 0000000..44b1aa3 --- /dev/null +++ b/src/_posts/2021-05-28-viz-5.md @@ -0,0 +1,306 @@ +--- +title: >- + Visualization 5 +description: >- + TODO +series: viz +tags: tech art +--- + + + + + +
+ + +
+ +
+
+
+
+
+
+
+
+ +This visualization combines two distinct layers, each of them borrowing their +behavior from [Visualization 4][viz4]. Neither layer has any effect on the +other, one is merely super-imposed on top of the other in the top canvas. You +can see each layer individually in the two lower canvases. + +Despite their not affecting each other, the code is set up so that each layer +_could_ be affected by the other. This will likely be explored more in a future +post. + +[viz4]: {% post_url 2021-05-26-viz-4 %} + +