Skip to content

Instantly share code, notes, and snippets.

@Marileal
Marileal / spaceColonization_myMouse.pde
Last active October 14, 2020 02:03
spaceColonization_myMouse
// based on the code of the coding challenge
// by Daniel Shiffman, accessed on:
// https://youtu.be/kKT0v3qhIQY
// needs to be run on Processing (https://processing.org/)
Tree tree;
float min_dist = 5;
float max_dist = 800;
boolean arboriza = false;