Skip to content

sddhrthrt/led-cube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LED Cube

Code for a 8x8x8 LED cube, has a lame OpenGL based simulator for trying out effects without burning them to the microcontroller.

Run make to compile, run ./main to run simulation.

This repository is currently only for technites kids to use. I'm sure the code is of no use to anyone else.

Setup

On ubuntu, do

apt-get install freeglut3 freeglut3-dev glutg3 glutg3-dev

Optionally, install glut documentation:

apt-get install glut-doc

TODO

Effects:

  • Sine wave
  • Random speckles
  • Rain
  • Send dot ... a lot more

Compilation:

  • make msp should compile it for the msp ^ long way to go.

About

Code for an upcoming 8x8x8 3D LED cube. Has an OpenGL simulator to try out effects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Objective-C 0.4%