This project is an attempt to use PixiJS library to create a silhouette against a matrix(film)-like-scrolling-vertical-text-background. This is completely for fun-sies and to see if I can do something I think is pretty cool. Later iterations of this might have the ability to edit the words that fall. The current progress can be viewed here: DEMO
PixiJS resources need to be hosted on a server, since running an html file verbatim results in COORs errors when loading resources like sprites to the webGL/canvas area. Follow the below steps to quickly get up and running:
- Open the commandline / terminal / etc and enter the following:
npm installThis installs the project's dependenciesnpm run hostserverThis runs a simple server which hosts this project- Visit
http://127.0.0.1:8080/to view the wordwaterfall web application - NOTE: if you're using chrome and do not see changes appear on page, hard refresh by clicking
Ctrl-shift-r.