home.social

#p5 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #p5, aggregated by home.social.

  1. Takemi Tae

    Her clipboard fell and disappeared one time when I took her down to dust

    ***

    #figure #takemitae #persona5 #atlus #P5 #sega

  2. On Wednesday I made a small donation to Processing.org, because I'm really liking p5.js for simple graphics work, and because they asked for money.

    On Thursday, I discovered q5.js, a fork/reimplementation that appears to be much better designed.

    q5js.org/home/

    #Processing #p5 #p5js #q5

  3. On Wednesday I made a small donation to Processing.org, because I'm really liking p5.js for simple graphics work, and because they asked for money.

    On Thursday, I discovered q5.js, a fork/reimplementation that appears to be much better designed.

    q5js.org/home/

    #Processing #p5 #p5js #q5

  4. On Wednesday I made a small donation to Processing.org, because I'm really liking p5.js for simple graphics work, and because they asked for money.

    On Thursday, I discovered q5.js, a fork/reimplementation that appears to be much better designed.

    q5js.org/home/

    #Processing #p5 #p5js #q5

  5. On Wednesday I made a small donation to Processing.org, because I'm really liking p5.js for simple graphics work, and because they asked for money.

    On Thursday, I discovered q5.js, a fork/reimplementation that appears to be much better designed.

    q5js.org/home/

    #Processing #p5 #p5js #q5

  6. On Wednesday I made a small donation to Processing.org, because I'm really liking p5.js for simple graphics work, and because they asked for money.

    On Thursday, I discovered q5.js, a fork/reimplementation that appears to be much better designed.

    q5js.org/home/

    #Processing #p5 #p5js #q5

  7. Хотите, покажу вам магию живого кода на p5py?

    Хотите, покажу вам магию живого кода на p5py? Вдохновившись статьёй , посвящённой написанию клеточного автомата на Godot и экспорту проекта в HTML, хочу показать вам, как использовать для этих целей модерновый онлайн-движок p5py . Код живой не только потому, что мы про игру «Жизнь», но и благодаря способу его разработки и запуска. Всё очень живо! Чёрный плащ TL;DR: финальный проект вот здесь . Только кликните, и он появится.

    habr.com/ru/companies/sberbank

    #python #p5 #ide #графика #игры #биология #p5py #игра_жизнь

  8. How it work.

    Every X frames, take the current image copy it to two other temporary graphic (for the left and right side).
    Then draw pick a random point and angle.
    On the left image erase everything right of that line. Do the opposite for the right image.
    Pick a new color.
    Everyframe, erase everything on the current frame, draw the back on with the new color then draw the left and right image on top, offseting their position by the cross product of the angle of the line.
    #creativecode #creativecodeart #procgen #procedural #processing #p5js #p5 #creat

  9. #emacs package/blog/literate program of the day: `ob-p5js`

    I wrote this package during an afternoon in a #LiterateProgramming fashion, maybe some people have never seen how to write #OrgBabel packages in #OrgMode. Also if you don't know #processing, #p5 or #p5js it might be a good resource to get motivated!

    What I like about this is that I can write many interactive visualizations in the same html file with #OrgMode seamlessly.

    alejandrogallo.github.io/blog/

    github.com/alejandrogallo/ob-p