@@ -41,11 +41,10 @@ This repository is organized as a set of related but independent explorations.
4141
4242** Path:** [ cnn] ( https://github.com/AlgorithmicDynamics/kernel-interference-explorer/cnn )
4343
44- an iterative ** 2D convolution** with a symmetric 3×3 kernel
45- on a periodically padded field.
44+ A 2D experiment with a symmetric 3×3 kernel on a periodic field.
4645
47- This is the closest continuation of the 2D convolution experiments
48- from * Fractogenesis * , but with the focus shifted from fixed generators
46+ This is the closest continuation of the 2D work in * Fractogenesis * ,
47+ but with the emphasis shifted from fixed generators
4948to ** systematic kernel exploration** .
5049
5150Live demos:
@@ -59,10 +58,10 @@ Live demos:
5958
6059** Path:** [ 1d-with-sound] ( https://github.com/AlgorithmicDynamics/kernel-interference-explorer/1d-with-sound )
6160
62- A reduction of the same convolution + padding logic to ** one dimension ** .
61+ A one-dimensional reduction of the same idea .
6362
64- The evolving 1D field is discretized symbolically and mapped to musical notes.
65- Sound is driven directly by the convolution results , not added afterward.
63+ The evolving field is discretized symbolically and mapped to musical notes.
64+ Sound is driven directly by the evolving state , not added afterward.
6665
6766Live demos:
6867
@@ -75,11 +74,10 @@ Live demos:
7574
7675** Path:** [ 3d] ( https://algorithmicdynamics.com/kernel-interference-explorer/3d/ )
7776
78- The same convolution + padding process extended to ** three dimensions**
79- using a symmetric 3×3×3 kernel.
77+ A straightforward extension into three dimensions.
8078
8179The 3D field is visualized via a single Z-slice.
82- This version mainly exists to establish the 3D convolution logic
80+ This version mainly exists to establish the 3D logic
8381and serves as a baseline reference.
8482
8583Live demos:
@@ -93,18 +91,15 @@ Live demos:
9391
9492** Path:** [ 3d/torus-iso] ( https://algorithmicdynamics.com/kernel-interference-explorer/3d/torus-iso )
9593
96- This experiment keeps the ** same 3D convolution ** , but changes how it is observed.
94+ The same 3D system, observed differently .
9795
9896Instead of slicing the volume, a fixed observation cube is translated through
99- the periodically closed 3D field.
100- Three orthogonal convolution faces are sampled coherently and combined
97+ the periodically closed field.
98+ Three orthogonal faces are sampled coherently and combined
10199into a single isometric cube view.
102100
103- Nothing new is added to the dynamics —
104- only the ** way convolution results are inspected** changes.
105-
106- This makes spatial symmetries and invariants visible
107- that are difficult to notice in sliced views.
101+ Nothing changes in the dynamics —
102+ only the ** way results are inspected** .
108103
109104Live demos:
110105
0 commit comments