ML Clark

Results 7 issues of 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...

enhancement

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...

question

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...

enhancement

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...

enhancement

Plasma effect, perhaps parameterized with color options, as per #86.

enhancement

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,...

enhancement

I'm sure there are other functions too that could use similar input validation.