Tuesday, October 9, 2012

spiral recursion | rhinoscript - python

In this tutorial I introduce the concept of recursion by writing a script that produces a spiral form from a single line. This type of recursion recursively calls a function from within itself - inputting the new data it produces, creating an endless loop. The script can be downloaded here. Total Length: 28.51

2 comments:

Unknown said...

Thanks for the tutorial!
You were asking about why your computer instead of spacing was actually deleting what it had in front. If you have PC, what you need to press is the 'insert' button. Instead of deleting, it inserts a blank space between letters.

Unknown said...
This comment has been removed by the author.