Concept
The idea for this code was to generate a random text/ character on the canvas using noise feature. the canvas color becomes darker and darker with each word generated and printed on the screen. I was inspired by the idea of dots disappearing from my computer screen as I worked on a data visualization project I had given up on.
Implementation
The concept was implemented using p5.js. Key technical implementations includes preload and noise feature.
Challenges
Some of the challenges I faced was randomizing the position of both the word and character on the screen; I couldn’t solve it.