Composition Elements for Generative Art - p5.js creative coding, art composition

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 6

  • @ricksidwell
    @ricksidwell ปีที่แล้ว +2

    The golden ratio grid is sometimes better than the thirds grid, especially when there are few objects. It puts the focal points slightly closer to the center. The Cosmology of oneself #45 example at 8:42 looks like it might use the golden ratio grid. The code for it (similar to what you have at 12:42) would look like this:
    if (random(2) < 1) {
    wid = width / 2.618;
    } else {
    wid = width / 1.618;
    }
    And similar for the height.

  • @taras1033
    @taras1033 ปีที่แล้ว +1

    Thank you for your video!

  • @blazkemperle2636
    @blazkemperle2636 ปีที่แล้ว

    I really love your videos