2020-10-31 Quadtree fractals, again

A few days ago I wrote about @l3kn’s quad.

@l3kn

quad

Fractals

I decided to write a little stand-alone web application to do something similar. It was a fun project, and I didn’t want to do it in C. 😅

I’ve named it Sitelen Musi, that is “entertaining pictures”. It’s a stand-alone HTML file with some Javascript, everything happens inside your browser.

Sitelen Musi

Here’s the code for “The War of the Triangles”:

1a 3 1b 2 1c 2 1d 2
2a white 2c 2 2b 2 2d 2
3c white 3a 3 3b 3 3d 3

Screenshot

Screenshot

​#Programming