An open API service indexing awesome lists of open source software.

https://github.com/fishy/lifxlan-examples

Examples for lifxlan and go-flagutils
https://github.com/fishy/lifxlan-examples

Last synced: 2 months ago
JSON representation

Examples for lifxlan and go-flagutils

Awesome Lists containing this project

README

        

# LIFX LAN Examples

This repository serves as the examples for both
[`lifxlan`](https://pkg.go.dev/go.yhsif.com/lifxlan)
and
[`flagutils`](https://pkg.go.dev/go.yhsif.com/flagutils)
packages.

## Examples

- [`tile-game-of-life`](tile-game-of-life/): Draw
[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
on a [LIFX Tile device](https://www.lifx.com/products/lifx-tile).

- [`tile-pix`](tile-pix/): Draw a picture on a
[LIFX Tile device](https://www.lifx.com/products/lifx-tile).

## License

[BSD License](LICENSE).