|
|
|
|
|
by userbinator
4359 days ago
|
|
This is interesting because a similar thought experiment that immediately occurred to me would be to consider a program that calculates digits of pi, sqrt(2), or some other transcendental number, given some user input --- basically, a calculator. The program itself is almost certainly copyrightable, but what about its output? These mazes feel like a similar idea to me - he even mentioned that this particular one is generated by a "fibonacci spiral", so there is likely a compact mathematical description of its vertices, and a PRNG (further thought experiment: what if the "randomness" was generated by a true RNG?) along with its seed that was used to determine where the lines appeared. It's an artistic work, but the majority of the "work" was done by an algorithm - he didn't manually draw all the lines. |
|