Making Simple Patterns in p5.js

Поделиться
HTML-код
  • Опубликовано: 22 дек 2024

Комментарии • 36

  • @Lucas-se1ho
    @Lucas-se1ho 2 года назад +5

    I'm very much new to generative art and P5js and when I look through the code of cool stuff I find, I'm often discouraged by how complicated it looks.
    Thank you so much for showing clear examples with such excellent explanations.

  • @Nothing-cx4jt
    @Nothing-cx4jt 2 года назад +3

    Another very good tutorial covering various patterns in one. Nice idea. Thank you so much! It helps a lot. I was looking for good tutorial on light and shadows using p5js.

    • @StevesMakerspace
      @StevesMakerspace  2 года назад

      Thank you! If you find a good one on shadows, let me know.

    • @alvarobyrne
      @alvarobyrne 2 года назад

      nice user name! @Nothing, what do you mean by shadows?

  • @juanpenagos
    @juanpenagos 2 года назад +2

    Steve very nice to see how you conducted your video and becomes a tutorial + showcase. Already subscribed and hoping to see more videos!!

  • @salinadress
    @salinadress 2 года назад

    Excellent. Cant wait to play with. You gave me about a dozen ideas . Will check out your other videos .

  • @JohnMitchellCalif
    @JohnMitchellCalif 11 месяцев назад

    very useful and clear! Subscribed.

  • @nztuber
    @nztuber 2 года назад +1

    Great! Perhaps random([0, 1]) * 45 instead of floor(random(0, 2)) * 45 for beginner readability?
    Tomayto tomahto!
    Nice selection of ideas, well presented, Ty!

  • @musmurstarcraft1083
    @musmurstarcraft1083 2 года назад

    ooh steve. I LOVE YOU. good lesson.

  • @imajeenyus42
    @imajeenyus42 2 года назад +2

    This is awesome! I've seen a lot of generative art, but this is the first time I've actually got a feel for how they're generated. Often people will describe the process in making a particular design, but are a bit short on code - do I start attacking it in Processing, Python, or p5.

    • @StevesMakerspace
      @StevesMakerspace  2 года назад +1

      I’m glad it helped! I know there’s a lot of gen art and code tutorials using p5, but I’m biased since that’s what I use.

  • @sebcuadros
    @sebcuadros 2 года назад

    Great examples, thanks Steve

  • @wanderwithdaniel
    @wanderwithdaniel 2 года назад

    Nice work, Thank you for sharing !

  • @lanenaamorcita
    @lanenaamorcita 2 года назад

    Thanks you! This is helpful a lot
    .

  • @raphandrews1
    @raphandrews1 Год назад

    obrigado mestre

  • @HerSheKiss
    @HerSheKiss Год назад

    Hello Steve, I'm not sure if you'll ever see this, but my school used your video as an example for a project we're doing and I am super interested in learning more about all this. I'm reading through your code and messing around with it a bit to really understand the ins and outs of how it all works. Problem is, the complicated triangles one you made uses that colors.csv file and I can't really figure out how that program works, because I don't have access to the file. Is there any chance you could share that file in the description under the link as well? It would be greatly appreciated!
    I'm not really asking for an explaination, I like to mess around with it so I can get a deeper understanding of it. With documentation and experimentation I should be able to figure it all out and I'll probably learn a lot from it as well.
    Thanks!

    • @StevesMakerspace
      @StevesMakerspace  Год назад +2

      That's cool that a teacher is using it to teach. 🙂 What level / grade is that? If you're in the p5 online editor, there's a ">" above the numbers on the left. Click on that ">" and you'll see that are actually several files, one being the csv, and you can click on that name to see the csv data. Each line is a palette with 5 colors. So on line 2, that's actually palette #0, and the first color in the palette (color #0) is R 105, G 210, B 231. That's RGB color mode, which is red-green-blue. In a lot of my other code I use HSB color mode, which stands for hue, saturation, brightness. That mode is better for controlling what colors you want to use. There are websites where you can find the numbers for color palettes. I like to use coolors.co.

  • @simodeebee
    @simodeebee 2 года назад

    Nice video! Anyway in the future are you planning to do some kinetic typography tutorials in processing?

    • @StevesMakerspace
      @StevesMakerspace  2 года назад +2

      I might do processing in the future, but probably not on typography. Thanks!

  • @stephenkrus
    @stephenkrus Год назад +1

    💎✨👌

  • @ngrand4500
    @ngrand4500 Месяц назад

    I am a teacher and would love to get some of p5js source code if possible

    • @StevesMakerspace
      @StevesMakerspace  Месяц назад

      There's a link to the project in the video description. If you mean you want the p5js library, go the p5js library, it's available here: p5js.org/download/ Or just use the p5js Online editor (used for this project). Check out my whole series for beginners here: ruclips.net/video/ZiVWNAqLDwU/видео.html

  • @alvarobyrne
    @alvarobyrne 2 года назад

    well done sir! would you step into animating (the) things? ha, ha

  • @johnbeaudin
    @johnbeaudin 2 месяца назад

    Commenting a line - you said "backslash" but typed slashes.