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

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








