Coding Math: Episode 40 - Fractal Trees

preview_player
Показать описание
This time we cover a couple of different ways of creating fractal trees. Even animating them.

Рекомендации по теме
Комментарии
Автор

Another great video! I love creating fractals in Python and Processing. Thanks for the idea about animating the Pythagorean Trees. I did it in p5.js without looking at your code. Keep up the good work.

peterfarrell
Автор

thanks for another great video!

just some sugestion for future episodes:
path finding
rag-doll physics

onkelhoy
Автор

Super this video... I love the last Fractal you show in the video is really really cool!!!, thanks for the channel I'm learning a lot of things.

mentalthink
Автор

I love your videos, could you sometime make a video of how to do 2d ray casting and how all the math works with all the ray casting collision and stuff? I'm currently working on that and having trouble, i'm sure a lot of people would have great use from that ^.^

nonsensei
Автор

Awesome video and channel! Subscribed :)

hiddencoinchannel
Автор

Im all proud that im subscribed to this channel!

ahmadkhalil
Автор

I haven't checked, but couldn't the size of squares be calculated more efficiently by throwing out some trig and substituting sqrt(2)/2?

joriskislol
Автор

Delete "else" in pytree for both branches - then the program is simpler but the result the same

matheo
Автор

What do you write in the html/css to get this to work in jsbin or jsfiddle etc? thanks

angibenton
Автор

I failed at translating this to python using turtle.

LlewellynvonHellen