- Click on Clone a Repository from the Internet..
- Select the URL tab and paste the URL
https://github.com/jonshiach/Computer-Graphics-Coursework.git - Change Local path to a folder on your machine where you want to store the files.
- Click Clone
- Open the command line in Windows (press the Windows key and search for 'cmd') or the terminal in macOS.
- Navigate to the parent folder on your machine where you want to store the files.
- Enter the following command and press the enter key.
git clone https://github.com/jonshiach/Computer-Graphics-Coursework.git
- Download, install and run CMake.
- Click on Browse Source... next to 'Where is the source code?' and select the Computer-Graphics-Coursework/ folder.
- Do the same for 'Where to build the binaries?' and select the Computer-Graphics-Coursework/build/ folder.
- Click Configure and select Visual Studio (Windows) or Xcode (macOS) and click Done. Once the configuration is complete click Configure again.
- 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.