Fadecandy Example Code
This directory contains sample projects and configuration files for Fadecandy.
-
processing
- Examples for Processing 2, a popular tool for creative coding
-
html
- Browser-based examples, written in JavaScript with HTML5
-
node
- JavaScript examples for Node.js
-
python
- Some examples written in Python
-
config
- Sample JSON configuration files for
fcserver
- Sample JSON configuration files for
LED Layouts
Some examples are written for a specific LED layout or art project, some examples are general-purpose. For examples that use a specific LED layout, we indicate this with a naming convention. For example, if a project "potato" were written for a 48x24 grid, it would be named "grid48x24_potato".
Layout names we use so far:
- grid8x8 - A simple left-to-right top-to-bottom 8x8 pixel grid
- For example, the AdaFruit NeoMatrix
- grid24x8z - Three 8x8 zig-zag grids side by side
- Channel 0 is the center, and may be used alone.
- For example, three of the 8x8 grids from RGB-123
More Examples
There are other places to look for example code too!
- The Open Pixel Control project
- Everything here will work with Fadecandy, including their Python examples
- The Ardent Mobile Cloud Platform source code