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

#creativeCoding #Kotlin

OPENRNDR & p5.js

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

OPENRNDR
OPENRNDR & p5.js

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

OPENRNDR

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

#creativeCoding #OPENRNDR #Kotlin

Iterating on those polygons I accidentally encountered gold 🙂

#creativeCoding #OPENRNDR #Kotlin #math #geometry

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

https://makertube.net/w/kQqqz5oyQzp5HDPRZhSkhc

LiveCoding while flying with OPENRNDR 08

PeerTube

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

#computerart #abstractart #creativeCoding #openrndr

Connecting glyphs sounded like a good idea...

#creativeCoding #Kotlin #OPENRNDR

Livecoding recursive grids with OPENRNDR 06

https://makertube.net/w/afsvmQ7Np48hN6zJNH8Dr8

Livecoding recursive grids with OPENRNDR 06

PeerTube