Home

Awesome

NW Screensaver

A web screensaver platform built with nw.js supporting epic multi-monitor fullscreen and transparency.

Add as many screensavers as you want. You can find some cool ones on the wiki.

<!-- Unimportant elements of the page are automatically hidden, and interesting visual elements brought to fullscreen. (with some simple heuristics) --> <!-- The important content of a page is automatically brought center-stage and made fullscreen, with all the distractions around it hidden. -->

When there's a <canvas> on the page, other elements are automatically hidden. It'll also look for an <iframe> and fullscreen that in order to support jsfiddles, waybackmachine etc.

You can show hidden elements and interact with the page by holding <kbd>Ctrl</kbd>.

Install and Run

There's no simple scr download yet, so these instructions are really for development:

  1. Install Node.js if you don't have it already (it comes with npm)
  2. Clone the repo
  3. Open up a command prompt or terminal in the repo directory
  4. Run npm install or npm i to install
  5. Run npm start to launch it

Todo