mini-led-cube/editor/src
Aaron Mueller 1b468b8c22 Start implementing a 3D GUI to configure the cube.
The idea is to use OpenGL and some simple C code to display a 3D cube.
With the mouse you can define which LED should be on or off on a
particular frame. With this technique, you can define whole sequences of
frames to form animations.
2011-10-19 01:10:15 +02:00
..
config.h Start implementing a 3D GUI to configure the cube. 2011-10-19 01:10:15 +02:00
display.c Start implementing a 3D GUI to configure the cube. 2011-10-19 01:10:15 +02:00
display.h Start implementing a 3D GUI to configure the cube. 2011-10-19 01:10:15 +02:00
input.c Start implementing a 3D GUI to configure the cube. 2011-10-19 01:10:15 +02:00
input.h Start implementing a 3D GUI to configure the cube. 2011-10-19 01:10:15 +02:00
main.c Start implementing a 3D GUI to configure the cube. 2011-10-19 01:10:15 +02:00