TimBeyer / ambicolor

An experiment for using Web workers to create an ambilight-like effect based on the HTML5 video tag.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ambicolor

This is an experiment for using Web workers to create an ambilight-like effect based on the HTML5 video tag.

Each frame, it posts the imageData to the webworker, which in turn calculates a color to be displayed.

Because of a bug in chrome when working with imageData and webworkers, Chrome will leak gigabytes of memory and then crash.

If you want to try this out, use firefox instead.

About

An experiment for using Web workers to create an ambilight-like effect based on the HTML5 video tag.


Languages

Language:JavaScript 100.0%