Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 664 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 664 Bytes

openrndr-boids

An implementation of the Boids algorithm using OpenRNDR, a Kotlin-based creative coding framework. This implementation is a damn-near straight port of the Processing implementation by Daniel Shiffman.

If you press spacebar, the boids panic (which in this case means reversing their drive toward 'cohesion', as defined by the Boids algorithm). Press it again and they un-panic.

A screenshot showing the simple flocking algorithm in action