Posts with tag [one-afternoon-projects]:
Boids
Don’t you love when simple behaviours using only local information lead to global patterns?
I remembered that boids (or any type of bird flocks, or fish schools) is in my to-do list of simple and cool simulations, so I gave it a try. I loosely followed the rules from the wikipedia page for Boids and this is the result:
The source code is in https://github.com/jmmut/boids, and you can try this in your computer at https://jmmut.itch.io/boids.
Read more
Golden flower
Another “one afternoon project”. This time I experiment with uniform density, while spacing points out and adding new points.
See the whole explanation at the repository README.
Read more
Pareto automaton
This is the first project in the series “one afternoon projects” I’m writing about. I’ve been doing these for some years, but today I finally started writing about them. Maybe I will write about previous ones, and hope I can write about future ones.
In this case the readme page is self explanatory so I will directly link to it: https://bitbucket.org/jmmut/pareto-automaton