reprap: Added opengl renderer
authorMichel Pollet <buserror@gmail.com>
Sat, 19 May 2012 13:33:12 +0000 (14:33 +0100)
committerMichel Pollet <buserror@gmail.com>
Sat, 19 May 2012 13:33:12 +0000 (14:33 +0100)
commit022f8dcc8d9744189519f563b2d585db3a640c14
tree479eff23205892dfe5a2235e3f46cb34ee89ca2a
parent276db9c96802d7cf1426b51aad7b17797eda6115
reprap: Added opengl renderer

The small red cross moves as the nozzle. Very primitive still
Rotate with the mouse, sorta.

Signed-off-by: Michel Pollet <buserror@gmail.com>
examples/board_reprap/Makefile
examples/board_reprap/src/reprap.c
examples/board_reprap/src/reprap.h [new file with mode: 0644]
examples/board_reprap/src/reprap_gl.c [new file with mode: 0644]
examples/board_reprap/src/reprap_gl.h [new file with mode: 0644]
examples/board_reprap/src/stepper.c
examples/board_reprap/src/stepper.h