Saturday, September 13, 275760
A generative art device that continuously generates unique graphic patterns in response to pixels generated in the past.
Each second, the current time is retrieved from JavaScript's Date function, and a random function is used as the seed value to create a rectangle, within which pixels are repeatedly generated according to rules (based on cellular automata).
Since the Date function is currently only allowed until exactly 10 billion days after January 1, 1970, when unix time began, programmatically, the pixel will continue to live and die until Saturday, September 13, 275,760 AD.
(photo by Keizo Kioku)
過去に生成されたピクセルと呼応しながらユニークなグラフィックパターンを生成し続けるジェネラティブアート装置。
毎秒JavaScriptのDate関数から現時刻を取得し、それをシード値としたランダム関数から矩形が作り出され、その矩形内のルール(セルオートマトンに基づいている)に従ってピクセルが生死を繰り返し続ける。
Date関数は現状、unix時間が始まった1970年1月1日からちょうど100億日後までしか許されていないので、プログラム的には西暦27万5760年9月13日(土)までピクセルの生死が繰り返される。
(photo by Keizo Kioku)
Medium
HTML / CSS / JavaScript
Generated Rectangles
This work was exhibited at a solo exhibition of Kitasenju Design at NEORT++ in Tokyo in 2023.
Visitors to the exhibition were asked to freely place rectangles, and the artist created four typical generative art pieces based on these rectangles. This generative art was created through co-creation between the artist and visitors, using the randomness created by humans, not computers.
The aim was to have the exhibition change as the number of rectangles increased throughout the duration of the exhibition.
2023年に東京のNEORT++で行われた北千住デザインの個展で展示された作品。
展覧会への訪問者に四角形を自由に配置してもらい、その四角形を元に作家が典型的なジェネレーティブアートを4つ作った。コンピュータでなく人間が作るランダム性を使い、作家と訪問者が共創することで生まれるジェネレーティブアート。
会期中、四角形が増えていき、会場が変化していくことも狙いだった。
Medium
HTML / CSS / JavaScript