Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 849 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 849 Bytes

<canvas> to LEDs Examples

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

Node.js Example

Renders a green screen using node-canvas.

cd node
npm install
npm run start

Electron Example

Renders a green screen using Electron and a <canvas>

cd electron
npm install
npm run start

Three.js Example

Renders a rotating 3D cube using Electron and Three.js.

cd electron-threejs
npm install
npm run start