home.social

#openrndr — Public Fediverse posts

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

  1. This is something I never did before: using a borderless transparent window.

    #creativeCoding #OPENRNDR #Kotlin

  2. This is something I never did before: using a borderless transparent window.

    #creativeCoding #OPENRNDR #Kotlin

  3. I pushed some improvements to orx-axidraw, the extension I wrote to plot directly from OPENRNDR programs. Now pausing and resuming works well, I can specify any paper size (not just presets), I can do multi-color plots and it groups by color and waits for pen changes, set heights and speeds per layer, and I had it send me "done" notifications to my phone.

    The next feature I have in mind is going to be less easy 🙂

    github.com/openrndr/orx/tree/m

    #penPlotter #axidraw #openrndr #creativeCoding

  4. Genuary#05: Write "Genuary". Avoid using a font.

    More soft bodies for Genuary#05...

    Wrote Genuary ✅
    Didn't use a font ✅
    Confetti 🎉

    #genuary5 #genuary #genuary2026 #generativeart #openrndr #kotlin #jbox2d #softbody

  5. The experience so far has been relatively smooth and quite fun. OPENRNDR really comes packed with a big arsenal of tools & extensions. Tons of stuff to discover!
    And Kotlin? Well,.. if there's one thing I've noticed, it's that there's a lot of syntactic sugar.
    And boy, do I love sugar!

    If you want to play around with it, the code's on my github! (dxviie)

    #genuary2 #genuary #genuary2026 #generativeart #openrndr #kotlin #jbox2d #softbody

  6. Playing with the MultiplicativelyWeightedVoronoi function of the Processing Geometry Suite (which I use from #OPENRNDR)

    Those large areas are unexpected, and only appear sometimes.

    The colors are generated using FettePalette

    #CreativeCoding #PGS

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

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

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

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

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

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

  12. Added a simple rule so shapes have children of the same type. A bit more orderly.

    #CreativeCoding #OPENRNDR #Kotlin
    #Geometry #polygons

  13. I'm writing small programs for a presentation. Programs that are simple to write in one framework or language which would be not so simple to write in different ones.

    I feel like printing, cutting and folding it to create a 3D shape, knowing that it would not produce a nice closed one 🙂

    #CreativeCoding #OPENRNDR #Kotlin #Geometry #RegularPolygons #Polygons

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

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

  16. "Impossible day - Try to do something that feels impossible for you to do."

    I went for "less than one hour, less than 1000 chars". That's what I could afford today 🙂

    Code: codeberg.org/hamoid/genuary202

    #genuary #genuary11 #genuary2025 #CreativeCoding #OPENRNDR #Kotlin #glitch

  17. Still work in progress: debugging a reaction-diffusion compute shader for a GPU generated mesh.

    #openrndr #cellforms #reactiondiffusion #gpgpu