A short video I posted today with some #LiveCoding and marching squares.

I think of it like ShaderToy for the #penPlotter

https://makertube.net/w/8tqQmsH2RpNWBXuzNu6DX9

#OPENRNDR #creativeCoding #sdf

LiveCoding marching squares with OPENRNDR

PeerTube

LiveCoding marching squares with OPENRNDR 09

https://makertube.net/w/8tqQmsH2RpNWBXuzNu6DX9

LiveCoding marching squares with OPENRNDR

PeerTube

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