/web-phosphor

JS rewrite of Phosphor Xscreensaver

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Web Phosphor

JS rewrite of Phosphor Xscreensaver (with PixiJS).

screenshot1

Check this on CodePen.

Usage

At first, check the src/index.html file. This loads online resources and then start the WebPhosphor like this:

new WebPhosphor(function getTextCallback() {
    return 'Coffee is the most important meal of the day';
});

Offline usage

This stuff has been prepared for offline environment too!

For this you should run an npm install and after that you will find the offline bundle in the build directory.