Skip to content

TuckleberryWinn/spatial_led_color_designer

 
 

Repository files navigation

Spatial LED Color Designer

A web tool to create fancy animations for RGB LEDs that are arranged in patterns that don't conform to a "single line" or "regular grid" pattern.

Live version here: https://admiralpotato.github.io/spatial_led_color_designer/

Inputs:

  • A Wavefront/OBJ file from which LED positions are read
  • A JavaScript function that returns a color value for each RGB LED per tick

Outputs are available in several formats:

  • Static C header files
  • Python scripts + static binary data

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • Vue 31.2%
  • CSS 4.1%
  • HTML 0.9%