home.social

#openprocessing — Public Fediverse posts

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

fetched live
  1. orbiting gem rings in p5.js WEBGL — sapphire, ruby, emerald, topaz, opal (shifts color per particle)

    live: smrghsh.github.io/diamonds-and-sapphires

    #p5js #creativecoding #generativeart #openprocessing

  2. Well, I went total DOSception today:
    This is JS-DOS, an MS-DOS emulator for web browsers, running DOjS, my Javascript runtime for MS-DOS, running a p5js sketch written in Javascript.
    Last screenshot shows the sketch running natively from OpenProcessing

    #RetroComputing #JavaScript #DOjS #p5js #CreativeCoding #MSDOS #OpenProcessing

  3. Well, I went total DOSception today:
    This is JS-DOS, an MS-DOS emulator for web browsers, running DOjS, my Javascript runtime for MS-DOS, running a p5js sketch written in Javascript.
    Last screenshot shows the sketch running natively from OpenProcessing

    #RetroComputing #JavaScript #DOjS #p5js #CreativeCoding #MSDOS #OpenProcessing

  4. Look at my new sketch on #openprocessing, ColourCurtain.

    openprocessing.org/sketch/2695

    The items' colours are altered resulting from the counter value mod 3; thus, only one of the three colour channels is changed, causing the effect of an irregular colour gradient.
    Try out generating more pattern by reloading the page.

    #genart #processing #mathart #CreativeCoding #loop #animation

  5. Sometimes, beautyful things occur due to an error...

    I tried o generate a hexgrid with #openprocessing Well, it is actually a hex grid but the tiles oberlap (filled with opacity 120) and form this pattern.

    Step 2: Recalculate the corner positions.

    #hexagon #tiles #opacity #genart #processing

  6. I've been fumbling around with #openprocessing #logics and #colours and made two sketches demonstrating something like logical combination of colours, applying logical operations to the r, g, b values of the colours to be "mixed". I know this is completely useless but it was a funny prgramming exercise...

    You can see (and test) the results in the two sketches

    Colour VenDetta:

    openprocessing.org/sketch/2634

    and Colour VennDango:

    openprocessing.org/sketch/2635

    #CreativeCoding #mathart #processing

  7. I've been fumbling around with #openprocessing #logics and #colours and made two sketches demonstrating something like logical combination of colours, applying logical operations to the r, g, b values of the colours to be "mixed". I know this is completely useless but it was a funny prgramming exercise...

    You can see (and test) the results in the two sketches

    Colour VenDetta:

    openprocessing.org/sketch/2634

    and Colour VennDango:

    openprocessing.org/sketch/2635

    #CreativeCoding #mathart #processing

  8. I'm too sad to make my own #genuary sketch because of news of Vamoss passing away. I decided to just tweak one of his openprocessing sketches, he loved that people could work on top of his code. We will miss him so much. His inspiring energy will live on. Code at: openprocessing.org/sketch/2521
    More sketch-a-day: abav.lugaralgum.com/sketch-a-d
    If you like this, support my work: paypal.com/donate/?hosted_butt #genuary2025 #genuary24 #CreativeCoding #p5js #openprocessing #vamoss

  9. I'm too sad to make my own #genuary sketch because of news of Vamoss passing away. I decided to just tweak one of his openprocessing sketches, he loved that people could work on top of his code. We will miss him so much. His inspiring energy will live on. Code at: openprocessing.org/sketch/2521
    More sketch-a-day: abav.lugaralgum.com/sketch-a-d
    If you like this, support my work: paypal.com/donate/?hosted_butt #genuary2025 #genuary24 #CreativeCoding #p5js #openprocessing #vamoss

  10. P5.js Online: OpenProcessing statt P5.js-Webeditor und P5.js-Widget

    Da hatte ich mir doch alles so einfach vorgestellt: Ich wollte P5.js-Skripte im P5.js-Webeditor entwickeln und die fertigen Sketche dann mit Hilfe des P5.js-Widget in diese Seiten einbinden, so daß sie auch editierbar sind. Aber die Welt ist leider oft nicht so einfach, wie man es sich wünscht. kantel.github.io/posts/2024061 #OpenProcessing #P5js #CreativeCoding #Processing #JavaScript

  11. P5.js Online: OpenProcessing statt P5.js-Webeditor und P5.js-Widget

    Da hatte ich mir doch alles so einfach vorgestellt: Ich wollte P5.js-Skripte im P5.js-Webeditor entwickeln und die fertigen Sketche dann mit Hilfe des P5.js-Widget in diese Seiten einbinden, so daß sie auch editierbar sind. Aber die Welt ist leider oft nicht so einfach, wie man es sich wünscht. kantel.github.io/posts/2024061 #OpenProcessing #P5js #CreativeCoding #Processing #JavaScript

  12. Mastodon uses blurha.sh/ for image previews and CWs. These are basically small strings transferred for each image, which are then converted into a blurred representation of said image.

    I was wondering what would happen when you feed the algorithm readable text word-by-word instead of real hash codes. This is what I found out...

    openprocessing.org/sketch/1761

    #CreativeCoding #p5js #BlurHash #OpenProcessing

  13. There are still a few rough edges but working on #p5nim is a lot of fun. Even more fun is discovering the great #processing #p5js community and especially exploring the wonderful art being shared at #openprocessing. My favorite artist so far is @okazz_

    I have ported two of his work of art to #nimlang 👑

    1
    code: pietroppeter.github.io/nim-p5/
    original: openprocessing.org/sketch/1653

    2
    code: pietroppeter.github.io/nim-p5/
    original: openprocessing.org/sketch/1711