Generative Vasarely with P5js

Sdílet
Vložit
  • čas přidán 5. 10. 2020

Komentáře • 17

  • @alicoban7956
    @alicoban7956 Před 3 lety +2

    this is really helpful, i hope that you'll continue to upload more of these!!

  • @morris3159
    @morris3159 Před 2 lety +1

    Very easy to follow along, thank you for the excellent tutorial!

  • @frankie_goestohollywood

    Excellent!!! Thank you- great tutorial... also for the fabulous art of Victor Vasarely

  • @toro.dragon
    @toro.dragon Před 2 lety +1

    Excellent tutorial, thank you!

  • @clairek5894
    @clairek5894 Před 2 lety

    Great tutorial and beautiful!

  • @Glow0110
    @Glow0110 Před 2 lety

    Very very cool. Thanks so much. Would love to see more videos.

  • @DevDungeon
    @DevDungeon Před 2 lety +3

    If you do want the randomness to be repeatable and deterministic, you can set the random number seed with randomSeed() function. That will generate the same random numbers in the same order each time. That way if you find one you like, you can store that seed number.

  • @YoyoBoum1
    @YoyoBoum1 Před 2 lety

    Thank you!!

  • @mehulchaudhary5171
    @mehulchaudhary5171 Před 3 lety

    Amazing tutorial man!

  • @ozhn
    @ozhn Před 2 lety

    thank you for the video

  • @user-zv4xg2bj4h
    @user-zv4xg2bj4h Před 2 lety

    좋아요. 감사합니다!

  • @smanzoli
    @smanzoli Před 2 lety +1

    And just to let viewers know that it can be all drawn instantly... the autor here is drawing 1 square ans 1 circle per frame... at 30 fps... but the computer is fast enough to write all the squares and circles (hundreds of these) within one frame time (1/30 s), looping ithem inside the draw.

    • @shaunwegscheid6653
      @shaunwegscheid6653  Před 2 lety

      This is true, none of this is super intensive so it should be able to do it all at once. I enjoy the animation and typically find it helps people better visualize what the computer is doing- but to each their own :)

  • @user-ob9zo9cr4c
    @user-ob9zo9cr4c Před 2 lety

    great

  • @dr_frankenmiller2607
    @dr_frankenmiller2607 Před 2 lety

    In one those pcs of artwork it looks like the darkness of the blue lightens up as the x value increases, or that the intensity of red changes from top to bottom, like the y-value is being used as variable to somehow come up with the "random" r value. Anybody know how this is done, or have their own ideas how to replicate this effect? I'm going to tinker w/this a few hours, I'm thinking it uses a x/y value % 100 something like that

  • @worldview2134
    @worldview2134 Před rokem

    OK but once you’re finished, what do you do? where is the file or how do you upload it to OpenSea for example. I have my saved files on P5 but then I am completely confused what I need to do next.