From f1998c321a4eec6d75b58d84aa8610971bf21979 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 31 Jul 2021 11:35:39 -0600 Subject: move static files into static sub-dir, refactor nix a bit --- static/src/_posts/2021-05-28-viz-5.md | 306 ++++++++++++++++++++++++++++++++++ 1 file changed, 306 insertions(+) create mode 100644 static/src/_posts/2021-05-28-viz-5.md (limited to 'static/src/_posts/2021-05-28-viz-5.md') diff --git a/static/src/_posts/2021-05-28-viz-5.md b/static/src/_posts/2021-05-28-viz-5.md new file mode 100644 index 0000000..ea2f9e9 --- /dev/null +++ b/static/src/_posts/2021-05-28-viz-5.md @@ -0,0 +1,306 @@ +--- +title: >- + Visualization 5 +description: >- + Seeing double. +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 %} + + -- cgit v1.2.3