Ronin experiment 17 - boids

Nikolaus Gradwohl2019-08-02T02:38:25+00:00

I have written several implementation of craig rainolds boids in languages like processing or openframeworks, so I had to give it a try in ronin as well. Especially since the original implementation was done in common lisp :-)

[TITLE]

read more ...

running openframeworks on a RaspberryPI

Nikolaus Gradwohl2013-05-30T08:09:54+00:00

I have realized that I havenĀ“t done anything with openframeworks for ages. Which is kind of sad because I really like the framework. So I took my PI and installed openframeworks using this instruction from the openframeWorks-RaspberryPI fork on github

Compiling openFrameworks on a PI took a while but after it finished I was able to compile and run my boid sketch without modifications.

very nice!

Here is a photo of my pi running the swarm demo boids on PI

OpenFrameworks boid demo

Nikolaus Gradwohl2010-08-19T04:42:45+00:00

I made a small boids demo in openframeworks. It is more or less a port of the boids demo i made in processing a while ago.

It's bin a while since i wrote c++ the last time, so i'm pretty sure i have forgotten to free some memory or have done something very unc++y :-)

of boids

read more ...