Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

voidbert/CG

Repository files navigation

CG

UMinho's Computer Graphics 2024/25 assignment. See Assignment.pdf for more details.

Grade: 20.0 / 20.0 ⭐

Authors

  • Ana Oliveira (A104437)
  • Humberto Gomes (A104348)
  • Mariana Rocha (A90817)
  • Sara Lopes (A104179)

Setup

Building

Start by cloning this repository:

$ git clone https://github.com/voidbert/CG.git

First, you'll need to install the following dependencies:

Other libraries are already included in this repository:

Then, to compile the project, run:

$ make

Build artifacts can be removed with:

$ make clean

Installation

After building, the program can be installed by running:

$ make install

$PREFIX can be overridden, to install the program in another location:

# PREFIX=/usr make install

The program can also be uninstalled. Just make sure you use the same $PREFIX you used for installation:

$ make uninstall

Developers

As a university project, external contributors aren't allowed. All contributors must read the DEVELOPERS.md guide.

About

Computer Graphics's 2024/25 assignment

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •