Share:
TA v2
Check out v1 here
This time there are 1000 rays instead of just 50 (because it looks cool)
Also, instead of JS we use a custom RPN expression language
This makes it faster to write and safer to share
Expression Language
tthe current time in secondsathe current angle in radiansnnegate the previous valuemabsolute value of the previous value+add the previous two values*multiply the previous two values-subtract the previous value from the one before it/divide the previous value from the one before it&bitwise-and the previous two values|bitwise-or the previous two values^bitwise-xor the previous two valuesdduplicate the previous valuestake the sine of the previous valuectake the cosine of the previous value