Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.42 KB

readme.md

File metadata and controls

38 lines (30 loc) · 1.42 KB

Hue Gallery Prototype

Check out video of Hue Gallery in action on YouTube

Hue Gallery in Action

Learn more about how Hue Gallery works in Net Magazine’s December 2016 issue.

Running Locally

$ git clone https://github.com/bpxl-labs/hue-gallery.git
$ cd hue-gallery
$ npm install
$ npm start

TODO

  • Cache color-thief calls
  • Implement an algorithm to get 3 brightest colors
  • Convert RGB to CIE 1931 X,Y format for Philips Hue
  • Give user control to select which room
  • Improve UX for room selection
  • Improve UX for initial bridge registration
  • Add support for responsive images
  • Save settings on a global or per-site basis

Future enhancements/questions

  • Should Hue Gallery be broken out into its own Chrome extension?
    • What sites should it initially support?
    • How do we handle more than one image in viewport?
    • How do we handle lightbox-style components?

Website: blackpixel.com  ·  GitHub: @bpxl-labs  ·  Twitter: @blackpixel  ·  Medium: @bpxl-craft