Skip to content

aml2732/wordWaterfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Waterfall

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

Screenshot

screenshot of current wordwaterfall progress

Running locally

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 install This installs the project's dependencies
  • npm run hostserver This 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.

This project uses resources from:

About

A Proof of concept for vertically scrolling text using PixiJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors