floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

667
active users

vmagnin

Two small projects using bindings to explore two algorithms and see what vector drawing can bring:

- The first one draws a von , using the classical recursive algorithm: github.com/vmagnin/von_koch_sn

- The second one draws a tiling (aperiodic tiling of the plane with two tiles): github.com/vmagnin/penrose_til
The algorithm is interesting as it uses two interlaced recursive procedures: A calls A & A & B, and B calls A & B.