Examples for my "Streaming a <canvas> to LEDs" blog post.
For a detailed guide, please refer to the blog post.
git clone https://github.com/jmswrnr/canvas-led-examples
cd canvas-led-examples
Renders a green screen using node-canvas.
cd node
npm install
npm run start
Renders a green screen using Electron and a <canvas>
cd electron
npm install
npm run start
Renders a rotating 3D cube using Electron and Three.js.
cd electron-threejs
npm install
npm run start