View on GitHub

jmmut

Personal blog

Posts with tag [one-afternoon-projects]:

2023-04-30 Boids [ programming 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

2019-03-31 Golden Flower [ programming one-afternoon-projects ]

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

2018-09-23 Pareto Automaton [ programming one-afternoon-projects ]

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

Read more