Spider moiré pattern

Trying to solve a problem and I am looking at several options. I need to ask: Can a TFT color display less that 2.5" will display either a video or play code of a spider moiré pattern? I have video but I don't know enough programming to ever write a program to draw a moving spider moiré pattern display. Does a code like that exist? And can it play either in color or monochrome mini TFT displays?

I figured out the TFT question but I need code to make the moiré pattern. I only know old COBOL and FORTRAN programming and C++ is not a language I can learn overnight. The pattern is the same as the one seen on Spock's Science Station on the Original Series of Star Trek.

Maybe explain more to us dummies...

This is what I am looking for (see Attachments). I have a video but can this be reproduced as a graphic program?

I resolved my question. Found Java script that does it perfectly.

And the Arduino connection is?

You can’t run Java on an Arduino

I am aware that Java cannot run in Arduino. I have been trying to translate it without much success. I am needing help, not mocking please. I am disabled and trying to learn a new language. Right now I am getting

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/main.cpp:43: undefined reference to `setup'

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/main.cpp:46: undefined reference to `loop'

collect2.exe: error: ld returned 1 exit status

And I have void setup() and void loop() installed correctly.

And I have void setup() and void loop() installed correctly.

Because you didn't post any code, we'll just have to agree to differ.