Skip to content

sharpysss/Computer-Graphics-Coursework

 
 

Repository files navigation

Computer Graphics Coursework Template Files

Get the files

Using GitHub desktop

  1. Click on Clone a Repository from the Internet..
  2. Select the URL tab and paste the URL https://github.com/jonshiach/Computer-Graphics-Coursework.git
  3. Change Local path to a folder on your machine where you want to store the files.
  4. Click Clone

Using the terminal/command line

  1. Open the command line in Windows (press the Windows key and search for 'cmd') or the terminal in macOS.
  2. Navigate to the parent folder on your machine where you want to store the files.
  3. Enter the following command and press the enter key.
git clone https://github.com/jonshiach/Computer-Graphics-Coursework.git

Build instructions

  1. Download, install and run CMake.
  2. Click on Browse Source... next to 'Where is the source code?' and select the Computer-Graphics-Coursework/ folder.
  3. Do the same for 'Where to build the binaries?' and select the Computer-Graphics-Coursework/build/ folder.
  4. Click Configure and select Visual Studio (Windows) or Xcode (macOS) and click Done. Once the configuration is complete click Configure again.
  5. Click Generate.

This will create a Visual Studio or Xcode project file in the Computer-Graphics-Coursework/build/ folder. Double-click on it to open the project and edit the source code.

About

Template files for the Computer Graphics coursework assignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • GLSL 3.6%
  • CMake 0.6%