home.social

#creativecodeart — Public Fediverse posts

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

  1. Week 3 with @Ableton and @TouchDesigner: Effects. I wanted something really drone-y and rumbly, that I could visualize as vibrations. For the visuals I experimented with instancing and shading. I also just can't stop playing with noise—so satisfying.

    Very happy with how this track turned out.

    vimeo.com/benjaminbojko/concep

    #creativecode #creativecodeart #touchdesigner #ableton #particlesystem #generativeart #creativecoding

  2. 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