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
t
the current time in secondsa
the current angle in radiansn
negate the previous valuem
absolute 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 valuesd
duplicate the previous values
take the sine of the previous valuec
take the cosine of the previous value