Skip to content

AndyClifford/OpenGL-Museum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Commands:

  Ensure OpenGL is installed on your machine
  Unzip the project
  Open Terminal
  Navigate to the root directory of the project e.g. cd Downloads/acl118_asg1/ 
  Run the following commands in order:
  
    g++ -Wall -c main.cpp
    
    g++ -Wall -o main main.cpp -lglut -lGl -lGLU
    
    ./main

About

A graphics assignment using the OpenGL Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages