This (<100 blocks) project automatically calibrates itself to run smoothly on your device. The faster your device, the more impressive the display. It looks lovely in Scratch, and absolutely beautiful in TurboWarp! https://turbowarp.org/1314640592
Tap screen to enable/disable clearing screen each frame (thanks to @giland0112a for the suggestion) Based on a very simple snippet of code I saw online - CONST n=200 r=TAU/235 t=0 DO CLS 0 FOR i=0 TO n FOR j=0 TO n u=SIN(i+v)+SIN(r*i+x) v=COS(i+v)+COS(r*i+x) x=u+t PLOT INK RGBTOINT(i,j,99);u,v NEXT j NEXT i t+=.025 LOOP Seen at stardot.org.uk - https://stardot.org.uk/forums/viewtopic.php?t=25833