Perlin Noise visualisation to LED matrix display
This project renders three-dimensional perlin noise to a 2D 12x12 element full colour LED display using the arduino-lights library to drive the display.
For ease of installation, simply use rvm
and bundler
:
bundle install
This application requires either the LED matrix to be connected to your computer, or one of the arduino-lights simulators to be running. If the serial port is anything other than /dev/ttyUSB0
or you are using the emulator, you will need to export the BLEMU_DEVICE
environment variable to select the appropriate device.
bundle exec ruby perloin.rb
This visualisation is maintained by @edwardmccaughan.
Contributions are welcome! Make the lights all blink!
This code is licensed however Ed wants