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

This a C++ OpenGL repository to contain my work for COMP371 from Concordia Universirty during the Fall 2017 semester

License

Notifications You must be signed in to change notification settings

prince-chrismc/Computer-Graphics

Repository files navigation

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.