mitsuyoshi-yamazaki / ALifeGameJam2019

ALife Art "BlindPainter"
https://mitsuyoshi-yamazaki.github.io/ALifeGameJam2019/
MIT License
9 stars 3 forks source link

写経 Reimplement Casey Reas Process series #70

Closed mitsuyoshi-yamazaki closed 4 years ago

mitsuyoshi-yamazaki commented 4 years ago

Casey Reas のジェネラティブアートを実装しました URL パラメータでふるまいを変更できます F2, B6, B7 は未実装

see: https://vimeo.com/22955812

F1: Circle F2: Line

B1: Move in a straight line B2: Constrain to surface B3: Change direction while touching another Element B4: Move away from an overlapping Element B5: Enter from the opposite edge after moving off the surface B6: Orient toward the direction of an Element that is touching B7: Deviate from the current direction

E1: F1 + B1 + B2 + B3 + B4 E2: F1 + B1 + B5 E3: F2 + B1 + B3 + B5 E4: F1 + B1 + B2 + B3 E5: F2 + B1 + B5 + B6 + B7


アートは無矛盾性や一貫性を求められないのでやりやすい


image85


波のような大域的なふるまいが生まれている image86

mitsuyoshi-yamazaki commented 4 years ago

失敗 Screen Shot 2019-12-25 at 2 44 46

mitsuyoshi-yamazaki commented 4 years ago

接触している要素同士を線で結んだもの なんとなく面白いがオリジナルとは違うようだ

image90

mitsuyoshi-yamazaki commented 4 years ago

Screen Shot 2019-12-26 at 21 09 01

mitsuyoshi-yamazaki commented 4 years ago

F1 + B1 + B2 + B3

Screen Shot 2019-12-26 at 22 37 21 Screen Shot 2019-12-26 at 22 35 56