Colonize Space with Fractal Trees

A quick guide to fractals and the Space Colonization algorithm

Logan Yang
Level Up Coding
Published in
7 min readJul 31, 2020

--

My P5.js implementation

In this article, I’m going to code up some special kind of squiggly shapes that might not help us colonize the galaxy any time soon, but probably will bend your mind and make math fun again. The subject is called fractals.

What are Fractals?

--

--