PP02 - How to use the copy-function in Processing to create interesting animations

Поділитися
Вставка
  • Опубліковано 18 чер 2024
  • PROGRAMMING POSTERS TUTORIAL #2
    in this video i demonstrate how you can use the copy-function in Processing to achieve interesting visual effects. I involve advanced Processing-techniques like PGraphics, two nested loops and advanced trigonometry-functions. Enjoy!

КОМЕНТАРІ • 13

  • @Fabitalism
    @Fabitalism 5 років тому +18

    would love if you could back to more "basic" stuff and could explain a bit what this code is about, how its structure and how you make something "visible" through it..
    keep it up!

  • @ishhanian
    @ishhanian 4 роки тому

    I'd love for you to share other creative coding UA-camrs or resources for learning/exploring Processing you yourself follow.
    Thanks for your videos, great work so far. Cheers from Bulgaria.

  • @caralhaofodasse
    @caralhaofodasse 4 роки тому

    Thank you mate!!!! Please do more tutorials!!!

  • @elouanzebla987
    @elouanzebla987 5 років тому +5

    thanks for these nice videos ! would you mind posting your code on git ?

  • @tomvincentie9923
    @tomvincentie9923 4 роки тому

    Thanks again for a lovely tutorial Tim! I got one question though, i can't get the animation to be cropped to 9x16, how does that work?

  • @laurentpastorelli1354
    @laurentpastorelli1354 4 роки тому

    is your copy line like that:
    copy(pg, x*(int)tileW+machinX, y*(int)tileH+machinY, (int)tileW, (int)tileH, x*(int)tileW, y*(int)tileH, (int)tilesX, (int)tilesY);
    ( I changed the german words to french ones, also...)
    I have been tinkering around your code, but it doesn't look as good as yours...
    thanks a lot for your videos it's really cool and it teaches really well.
    cheers!!!

  • @anakim-hf5tr
    @anakim-hf5tr Рік тому

    the picture animated of the beginning, do you have the code?

  • @lesmunte3090
    @lesmunte3090 4 роки тому +1

    Beutiful video, how i can export the animation?

    • @spaceinvasion6967
      @spaceinvasion6967 Рік тому

      Also curious where to find a tutorial about exporting things. jpgs, video, gifs..

  • @JoMaisBure10
    @JoMaisBure10 4 роки тому

    is it normal in programming to not have the slightest clue as to what goes on in some enhanced for loop functions like the one shown here? Because I. AM. LOST.

  • @bondell1840
    @bondell1840 4 роки тому

    bro what coding is this :((

    • @yhlaskerimov6603
      @yhlaskerimov6603 3 роки тому

      It is processing language. More details in processing.org