A short video I posted today with some #LiveCoding and marching squares.
I think of it like ShaderToy for the #penPlotter

A short video I posted today with some #LiveCoding and marching squares.
I think of it like ShaderToy for the #penPlotter

LiveCoding marching squares with OPENRNDR 09

This time it's the classic Boids Flocking program, in #p5js and rewritten in #OPENRNDR
https://openrndr.discourse.group/t/openrndr-p5-js/775/2?u=abe

2. Flocking p5.js example Today I ported a well known example from the Nature of Code book by Daniel Shiffman. You can open it in another window to see the p5.js and the OPENRNDR programs side by side. โถ Imports โถ Helper functions /** * A group of bird-like objects, represented by triangles, * moving across the canvas, modeling flocking behavior. */ fun main() = application { configure { width = 640 height = 360 } program { val size = 3.0 val tria...
A short program written in #p5js and #OPENRNDR compared:

2. Flocking p5.js example Today I ported a well known example from the Nature of Code book by Daniel Shiffman. You can open it in another window to see the p5.js and the OPENRNDR programs side by side. โถ Imports โถ Helper functions /** * A group of bird-like objects, represented by triangles, * moving across the canvas, modeling flocking behavior. */ fun main() = application { configure { width = 640 height = 360 } program { val size = 3.0 val tria...
I accidentally made the glyphs huge (as in covering the whole window), which gave this idea. I liked it as well.
Iterating on those polygons I accidentally encountered gold ๐
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
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
LiveCoding while flying with OPENRNDR 08

Looking at this latest creation, it definitely didnโt turn out the way I imagined.
In my head it was more structured. What I made is just hair, tangled hair, single strands of hair.
Maybe I can use it to generate paper texture. ๐ค