Is there a command in Ruby or a ruby toolbox that would allow me to do
the following:
I would like to open a window, and flash the letters of a word
sequentially in the middle of the screen, for my own use. for example
the word apple would be flashed one letter at a time, “a” then “p” then
“p” then …
I would like to control font size and letter position as well as the
timing of the presentation.
I found that processing meets my requirements and is easy to program.
Ruby is a data processing programming language, it does not support a
GUI, except through ruby on rails which I cannot install (brew doctor
has a complaint list a mile long).