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
- Host: GitHub
- URL: https://github.com/fishy/lifxlan-examples
- Owner: fishy
- License: bsd-3-clause
- Created: 2019-01-20T01:58:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T05:45:47.000Z (over 3 years ago)
- Last Synced: 2025-01-25T05:44:12.125Z (4 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).