An open API service indexing awesome lists of open source software.

https://github.com/matbme/cg-geometry


https://github.com/matbme/cg-geometry

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Exercicio de Geometry Shader

Aluno: Mateus Melchiades.

## Compilando

Primeiro, deve-se gerar os Makefiles através do CMake:
```
$ cmake .
```

Depois, compile a aplicação:
```
$ make
```

Para executar:
```
$ ./app
```