Skip to content

Latest commit

 

History

History

a2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

COL781 Assignment 2: Mesh Processing

Make sure that glm and SDL2 are installed. Ideally, these should be installed by your package manager rather than manually (at least, if you are on Linux or Mac).

Then compile the code using the standard CMake procedure:

  • The first time, run cmake -B build from the project root to create a build/ directory and initialize a build system there.
  • Then, every time you want to compile the code, run cmake --build build (again from the project root). Then the example programs will be created under build/.