Page 1 of 1

Well could you imagine THAT in magic :P !!

Posted: Thu Nov 05, 2015 3:59 pm
by TanookiMonk
Hey eric look at this things right here called recursive drawing !!!

http://recursivedrawing.com/

While this post is not really a feature request but i am sure that some ideas right there are worth looking for !

Re: Well could you imagine THAT in magic :P !!

Posted: Thu Nov 05, 2015 9:26 pm
by Sadler
If one attempts to feed a scene with itself nothing is drawn, though I imagine it could.

Re: Well could you imagine THAT in magic :P !!

Posted: Fri Nov 06, 2015 12:42 am
by Magic
That's interesting :). I've been thinking about how to do some kind of "Iteration" module.

With recursion, the issue is just making sure to prevent it from happing infinitely (and thus freezing the computer).