I think the equation was: (((X xor Y) + T) mod 2^Z) > 2^(Z-1); black if false, white if true.
All these numbers are integers, of course; X and Y are a position in the image, T is time, and Z was arbitrarly chosen to balance between seeing the same pattern over and over again, and seeing nothing because the pattern is so large.
The program wasn't special, it was just a simple c program, the output of which was piped directly into ffmpeg to create video.
hey this is pretty cool. from the title I imagine you generated it somehow with code using XOR (exclusive OR operator) logic function. true or not? if so exactly how?
looks kinda like a recursion function also. what software?
The keyboard bit sounds like "Blue Monday" by New Order.
burpen 2 years ago
It does look recursive, but it isn't.
I think the equation was: (((X xor Y) + T) mod 2^Z) > 2^(Z-1); black if false, white if true.
All these numbers are integers, of course; X and Y are a position in the image, T is time, and Z was arbitrarly chosen to balance between seeing the same pattern over and over again, and seeing nothing because the pattern is so large.
The program wasn't special, it was just a simple c program, the output of which was piped directly into ffmpeg to create video.
smariot 2 years ago
hey this is pretty cool. from the title I imagine you generated it somehow with code using XOR (exclusive OR operator) logic function. true or not? if so exactly how?
looks kinda like a recursion function also. what software?
FractAlkemist 2 years ago