Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 431 Bytes

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