https://github.com/orlandopalmeira/trabalho-cg-2022-2023
Repositório do trabalho prático no âmbito da UC de Computação Gráfica (CG) - Licenciatura em Engenharia Informática (LEI/MIEI) - Universidade do Minho (UMinho)
https://github.com/orlandopalmeira/trabalho-cg-2022-2023
cg computacao-grafica computacao-grafica-opengl computer-graphics computer-graphics-opengl engenharia-informatica graphics lcc lei miei opengl portugal uminho uminho-lcc uminho-lei uminho-miei
Last synced: 2 months ago
JSON representation
Repositório do trabalho prático no âmbito da UC de Computação Gráfica (CG) - Licenciatura em Engenharia Informática (LEI/MIEI) - Universidade do Minho (UMinho)
- Host: GitHub
- URL: https://github.com/orlandopalmeira/trabalho-cg-2022-2023
- Owner: orlandopalmeira
- License: mit
- Created: 2023-02-20T17:32:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T09:52:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T16:44:02.796Z (4 months ago)
- Topics: cg, computacao-grafica, computacao-grafica-opengl, computer-graphics, computer-graphics-opengl, engenharia-informatica, graphics, lcc, lei, miei, opengl, portugal, uminho, uminho-lcc, uminho-lei, uminho-miei
- Language: C++
- Homepage:
- Size: 26.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Licenciatura em Engenharia Informática
Trabalho prático de Computação Gráfica
2022/2023---
Colaboradores 🤝
| Nome | Número |
|----------------------------------|--------|
| Ana Rita Santos Poças | A97284 |
| Miguel Silva Pinto | A96106 |
| Orlando José da Cunha Palmeira | A97755 |
| Pedro Miguel Castilho Martins | A97613 |### Como executar os testes do programa:
**Atenção:**
- Pré-requisitos
- Compilador g++
- Programa makefile
- Cmake
- Tem de se executar os comandos abaixo a partir da raíz do repositório (`.../Trabalho-CG-2022-2023`)#### 1.º) Compilar o código
```
make
```
#### 2.º) Executar os testes
- Testes da primeira fase:
```
make test_1_1
make test_1_2
make test_1_3
make test_1_4
make test_1_5
```
- Testes da segunda fase:
```
make test_2_1
make test_2_2
make test_2_3
make test_2_4
make solar2
make solarAligned2
make solarRotatedInLine2
```
- Testes da terceira fase:
```
make test_3_1
make test_3_2
make solarAnimated3
```
- Testes da quarta fase:
```
make box
make cone
make gelado
make holofote
make plano
make ring
make teapot
make test_4_1
make test_4_2
make test_4_3
make test_4_4
make test_4_5
make test_4_6
make solarAnimated4
make solarStatic4
```### Nota: 18.6 / 20
Keywords
CG, Computação Gráfica , computacao grafica, uminho, miei, lei, engenharia informatica