//=time() ?>
再帰と線対称を用いたグラフィックを画面内部に層状に重ねて配置する.
https://t.co/vslPwsZJi2
#p5js #creativecoding #dailycoding
画面内部の領域をY方向に分割し,左右対称のグラフィックを作成する.グラフィックはXまたはY方向に敷き詰めるように配置した図形を塗り分けたものとする.
https://t.co/dTaqZYUjVy
#p5js #creativecoding #dailycoding
@devilwgoodies @tagdemnbagdem @prrfbeauty These three graphics are just variations on the sketch's description of drawing types. They are the same in the process of being drawn.
画面内部に再帰的に分割し,区画ごとにグラフィックを配置する.グラフィックは区画を更に再帰的に分割し塗り分けた円を大きな円でマスクする.
https://t.co/kxA5QUryAs
#p5js #creativecoding #dailycoding
In the process of #dailycoding, I gradually shifted from exploring what I could express with my skills and newly acquired knowledge to writing sketches (in Processing/p5.js, code is called a sketch, like a drawing in a painting) for daily pleasure and peace of mind.
It would be fun to distribute 10,000 generative graphics, not still images, with code, and watch them reconstructed together on the owner's computer in various locations around the world. I had never imagined such a wonderful thing.
#GenerativeMasks
# 338, 7913, 9505, 3708
数学デッサンの数式をProcessingやp5.jsで表現できると,こんな感じのことができます.この学び方の良い点は,一度数式のコードへの変換を理解できると,動作することが保証された状態で,書き換えて更に理解を深められること,なにより美しく楽しいことです!三角関数の入門と応用に最適と思います.