Skip to content

dvcarrillo/computer-graphics

Repository files navigation

Computer Graphics

This repository contains works on Computer Graphics, made with OpenGL and C++. They were created as part of the course Informática Gráfica from the BSc in Computer Engineering at the University of Granada.

What's in it?

openGL-figure

  • Basic figures, like cubes and tetrahedrons
  • A PLY reader with some figures in PLY format
  • Figures of revolution
  • Animations and hierarchical figures
  • Lights and materials applied to objects
  • Textures in a 2D panel

How to use it

Run make in the root folder and then ./practica4 to execute it. The program will show instructions on how to use it. Make sure that the package freeglut3-dev is installed on your machine before compiling the program.

The program will print instructions when executed.

Releases

No releases published

Packages

No packages published