Random Walk Galaxy

Hi,

A little experiment :
vimeo.com/69777417

I’m going to love python in TD :slight_smile:

Cheers
Vincent

And I am going to love seeing what you do with python in TD :smiley:

yeah, this is really fantastic - do you mind sharing a little bit of how you pulled that off? I’m really interested in learning how to integrate python aside from some really basic things within the node parameters…

Thanks!
It’s fairly simple actually, using the scriptsop I’m adding each frame a line segment (poly with two points), not clearing the input, and using the python storage to store the last position.
Good surprise was, no slow down at all with quite a bunch of points at the end.

Could probably be done some other ways without python, but this way was quite straightforward.

Cheers