Just a simple old OpenGL pipeline demo, toy train that moves around on a track.
Requires OpenGL libraries, GLU, GLUT.
Run make
or gmake
.
Run ./toy-train
.
A
toggles anti-aliasing, <up>
/<down>
keys change velocity,
<left>
/<right>
keys change train length, <space>
changes view point.
MIT Licensed, see COPYING.txt
.