Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (35 loc) · 2.71 KB

README.md

File metadata and controls

44 lines (35 loc) · 2.71 KB

Computer-Graphics

This a C++ OpenGL repository to contain my work for Computer Graphics (COMP371) from Concordia Universirty during Fall 2017.

Table of Contents

Modules

  • Shader
  • Window
  • Object Loader

System Setup

You are no longer required to download and compile the libraries above; for the System Setup there is a .zip which contains all the binaries for x64 (Debug/Release) as well as the include file structures. The application and the libraries are avaliable here for download. For details about installing the libraries or for setting up the enviroment variables.

Libraries Installation

  1. Use the link above to download the Libraries
  2. Extract the files to the location you desire. Recommended C:\Users\<your_username>\OpenGL\
  3. Copy the runtime .dll's to the system folder. C:\Windows\System32\

Setting Enviroment Variables

  1. Use the link above to download the System Setup.exe
  2. Run the System Setup.exe and follow the directions displayed. For more information, use the link provided.