|
This is my current design focus-- Create something that the casual passer-by, well, cannot pass by. My current project is the Lorenz Attractor. A player throws a ball into the moving butterfly shape at any point, and the results are never the same. Reactions depend on the input. Lorenz is an algorithm like Einstein's Relativity. The equation is always the same. It's the conditions that change. In this example, Lorenz should always seek to return to a healed state. The shapes and flow are fascinating. All of this "wow- behavior" because a player threw a yellow ball into a virtual space just to see what would happen.
|
|
|
Assistance provided for comparison chart .
OpenAI. ChatGPT, version GPT-5.1, OpenAI, 2025. Accessed 13 Nov. 2025 |
To illustrate my point comparing, Einstein's relativity and Lorenz's choes: You can think of them like tools in the same toolbox. Both models have:
• variables storing input • a function that performs the core calculation • a loop that repeats that function • an array or list storing results • and a visualization that draws those results The only difference is the equation inside the function. Relativity uses a linear formula. Lorenz uses nonlinear differential equations. |