https://github.com/zerowidth/neo-animation
animation scripts for a neopixel project
https://github.com/zerowidth/neo-animation
Last synced: about 1 year ago
JSON representation
animation scripts for a neopixel project
- Host: GitHub
- URL: https://github.com/zerowidth/neo-animation
- Owner: zerowidth
- License: mit
- Created: 2014-12-21T06:37:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T03:22:48.000Z (over 11 years ago)
- Last Synced: 2025-02-08T23:12:20.652Z (over 1 year ago)
- Language: Ruby
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
Some scripts for running animations on a neopixel ring attached to a Raspberry Pi. And the console, too.
# Is it any good?
Yes.
# How do I run it?
Edit the scripts. Run them with ruby.
# It won't run!
Yes it will.
On your mac, for console rendering: `gem install paint`
On your raspberry pi, install the `pixel_pi` and `paint` ruby gems:
```sh
gem install pixel_pi
gem install paint
```