/homer-opengl

Homer Simpson drawn with vector/matrix operations using OpenGL 2 / C++

Primary LanguageC++MIT LicenseMIT

Homer Simpson drawn with low-level matrix/vector operations in OpenGL and C++

CI

homer

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