LED Cube
This is a Red-Green LED cube. It requires 12 pins to individually address each of the 128 LEDs. The pins are controlled using two 74HC595 shift registers. These shift registers are connected to an Arduino to send the data to the shift registers. The cube uses the same scanning techniques used on 2D led matrices.
You can check out the project on GitHub.