Skip to content

Files

Latest commit

8a38dd8 · Jan 21, 2024

History

History
8 lines (5 loc) · 623 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 623 Bytes

COL781 Assignment 1: Software Rasterization

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/.