home.social

#openrndr — Public Fediverse posts

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

fetched live
  1. I've been improving my Thumbnailer IntelliJ Idea plugin.

    codeberg.org/hamoid/idea-thumb

    Now it stores the thumbnails of all projects in one folder, so it was easy to write a script to upload them to my site.

    Here they are. Over 600 images. 18 Mb of lazy loaded webp files. Good that not many will follow this link, otherwise my server would ask for a rise :)

    hamoid.com/.config/thumbnailer

    #creativeCoding #OPENRNDR

  2. One more 5 minute long live coding video, this time with an animated, colorful, curvy Voronoi diagram.

    makertube.net/w/8WYEhZ3LtSf1A3

    #CreativeCoding #OPENRNDR #Kotlin

  3. I'm happy because I added a feature I had long wanted:

    When I quit the program the state is saved, including 5 floating point EXR textures and a dump of the GPU particles.

    When I launch the program again, it continues where it left.

    It is no longer reborn every time. Any change in the present has an impact on its future.

    #creativeCoding #GLSL #shaders #OPENRNDR

  4. I accidentally made the glyphs huge (as in covering the whole window), which gave this idea. I liked it as well.

    #creativeCoding #OPENRNDR #Kotlin

  5. I keep coming back to this. Somehow I enjoy taking random polygons and scaling, rotating and translating them so their edges match other edges.

    Maybe it feels a bit like playing with Lego or wood blocks.

    #creativeCoding #geometry #math #OPENRNDR #Kotlin #algorithmicArt #proceduralArt

  6. Work in progress. Various growth algorithms. Haven't yet found the one I'm looking for.

    When I figure it out, this will be a tiny part of a larger project.

    #creativeCoding #algorithmicArt #proceduralArt #mathArt #generativeArt #OPENRNDR #Kotlin #genArt

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

    #creativeCoding #OPENRNDR #Kotlin

  8. Alien skies

    The top left is a generated image. The other 15 are the same image, but transformed using a 3D Radial Basis Function (RBF) interpolator like in this demo: github.com/openrndr/orx/tree/m

    I mapped 19 points in a 3D RGB cube into random colors, the algorithm interpolated those "filling the cube".

    This is a curated set: I clicked each tile to regenerate it until I liked it. The probability of nice looking ones is quite high.

    #creativeCoding #OPENRNDR #sky