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

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

License

Notifications You must be signed in to change notification settings

michaeltroger/homer-opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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