Five poles and five zeros rotating around the center in opposite directions.
https://makertube.net/w/53aeEzT1B3NkuVLFUD5qon
#CreativeCoding #algorithmic #kotlin #OPENRNDR #GLSL #math #loop
Five poles and five zeros rotating around the center in opposite directions.
https://makertube.net/w/53aeEzT1B3NkuVLFUD5qon
#CreativeCoding #algorithmic #kotlin #OPENRNDR #GLSL #math #loop
p2025_06.ComplexNumbers-2025-06-20-12.21.11
Complex numbers, 5 poles and 5 zeros.
Coding in the train #openrndr
#kotlin #creativeCoding #madeWithCode
State of Libre Graphics (Talk).
I wasn't aware of a number of these.
#Blender #FrictionGraphics #GoogleFonts #Drawpile #MyPaint #Xournal #XournalPP #Scribus #Inkscape #UpStage #Hyper8 #PraxisLive #OPENRNDR #KDEPlasma #Krita #KDENLive #Glaxnimate #GIMP
https://media.ccc.de/v/lgm25-upstream-2025-83646-state-of-libre-graphics
Once again a particle system.
Little ants, once more.
A turmites variation of Langton's ants.
More curves. This time colors indicate direction
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
Pack and go
This does something weird to my eyes...
#opart #opticalIllusion #CreativeCoding #OPENRNDR #Kotlin #bw
The program no longer crashes and the fix was simpler than I thought.
Instead of comparing rounded doubles (what a silly idea) I did the proper thing, which is abs(a - b) < epsilon. A lot of times 🙂 Takes maybe half second to generate the design. Then I can pan, zoom and rotate to find a screenshot I like.
I'm thinking that the lines that end in lonely places should end with a tiny knot. I may try that next.
#CreativeCoding #OPENRNDR #Kotlin #generative #algorithm #noai
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
In this iteration I highlight two contours per shape, and bend the contours slightly.
See the alt text for more details.
Ok, I added two more lines of code to rotate the shapes aligning their longest segment to the horizon.
Now I can go sleep :)
Playing with https://github.com/micycle1/PGS inside #OPENRNDR
I feel a bit guilty that this is just 4 lines of code 😅 But I still like those shapes a lot and want to send them to the #penplotter
wip particleLife
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.
I took a walk and collected some textures to use in this one.
#CreativeCoding #generative #abstract #MadeWithCode #OPENRNDR #Kotlin #pareidolia