Skip to content

Starter repository for Computer Graphics (CSE333) at IIITD, Monsoon'24

Notifications You must be signed in to change notification settings

rahisenpai/CSE333-CG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter repository for the course CSE333 - Computer Graphics (Monsoon 2024), IIIT Delhi.

This repository contains all of my assignment solutions completed throughout the course.
The course project has been added as a submodule and can also be accessed at surface-reconstruction.

Prerequisites

Run the following commands on the Linux terminal.

sudo  apt-get  update
sudo  apt  install  build  essential
sudo  apt  install  g++
sudo  apt  install  mesa-common-dev
sudo  apt  install  mesa-utils
sudo  apt  install  make  cmake  cmake-curses-gui
sudo  apt-get  install  libglew-dev  libglfw3-dev  libglm-dev  libglu1-mesa-dev

Instructions

  • Build: cmake CMakeLists.txt in the directory containing CMakeLists
  • Make: make to generate object files and compile them in a single execuatble
  • Run: ./<executable-name>