home.social

#madewithcode — Public Fediverse posts

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

  1. Gen 209 has been wild lately with 1337 cells running wild, but it's a bit lonely out there with zero operators controlling the chaos. If you've ever liked weird browser experiments and want to see how this living ecosystem reacts to your input, come say hi at negentin.com

    #devlog #madewithcode #webgame

  2. Ten offset hobby contours converted to meshes and colorized using the normal of each vertex.

    This is a tool I need for another project, to make things flow along contours.

    #OPENRNDR #CreativeCoding #Kotlin #Math #rainbow #madeWithCode

  3. This iteration has been a big challenge: Generate shapes, get their concave hull, pack those hulls, calculate the transformation matrices mapping the original hulls to the packed ones. Apply those transformation matrices to the original shapes. Finally play with a 2D camera to find the right shot.

    And I still have an interesting rounding bug which doesn't fit in this description :)

    #CreativeCoding #OPENRNDR #Kotlin #madeWithCode #generative #noAI

  4. I minimal program that draws a circle then grows 150 distorted copies of it.

    The core part of the program is about 10 lines of code.

    #CreativeCoding #generative #madeWithCode #OPENRNDR #Kotlin

  5. Some kind of buggy symmetry which probably makes it more interesting than properly working symmetry 😃

    #CreativeCoding #OPENRNDR #Kotlin #blockchain #madeWithCode #abstract #AbstractArt

  6. In this next iteration I thought of adding curved shapes. The trick is to filter out the curved segments of such shapes and only allow connecting on the straight ones.

    See, the arc has two curves and two straight segments connecting those curves.

    Does it happen to you that you should be doing something else, but you have an idea and don't want to wait to try it out? 😁 And then you immediately have the idea for the next step? XD

    #creativeCoding #OPENRNDR #Kotlin
    #MadeWithCode #geometry

  7. By abusing the color correction effect I could get unexpected looks with the same program I used to create previous images.

    #CreativeCoding #OPENRNDR #Kotlin #madeWithCode #GLSL

  8. Iterating on those agents. Three types of them. Type G are friendly: they like everyone. Type R are unfriendly, they don't like anyone, even themselves. Type B are picky. They like G and B, but not R.

    #CreativeCoding #OPENRNDR #Kotlin #madeWithCode