Homer Simpson drawn with low-level matrix/vector operations in OpenGL and C++ How to get set up (Linux): sudo apt-get install g++ freeglut3-dev Compiling: g++ homer.cpp -o homer -lGL -lglut Give execution rights: chmod +x homer Launch: ./homer