hey guys, im having troubles creating a motion path for my code. I am pretty new to processing and so far I have managed to make the animation follow the mouse, however I would like to create a motion path so the user can watch the animation rather than using their mouse. Any suggestions on how to do this?
Here is my code so far:
color col = color(66,168,237,200);
float lineLength = width/5;
float angle = 45;
float angleSpeed = 7;
Hi there
I am looking to generate a tree with branches that will 'grow' to random points as you click the mouse. Any ideas on how i might be able to achieve this? Something along the lines of the picture below is what im aiming to achieve