ML Clark
ML Clark
The LIFX app assumes that the tiles are all aligned to a grid, but it's possible to hang the squares at arbitrary angles of rotation. Tile objects in lifxlan should...
It has been frustrating to me how much error-handling code I need to put in for the simplest scripts. I'd like to redesign this, but I want to get people's...
Colors would be nice, with the colors representative of time spent alive, similar to the [1D game of life light show](http://jsbin.com/rihot/9/edit?html,js,output) written for the University of Michigan spiral staircase in...
Right now you can project a matrix of HSVK colors, but it would be great to streamline the projection of image files, either with a project_image function for TileChain objects...
Plasma effect, perhaps parameterized with color options, as per #86.
Right now if tile_count > 1, the method will just duplicate the specified tile_colors across multiple tiles, which is how the LAN protocol message works. However, for the higher-level API,...
I'm sure there are other functions too that could use similar input validation.