https://github.com/ncordon/computer-graphics
Pŕacticas Informática Gráfica
https://github.com/ncordon/computer-graphics
Last synced: about 1 year ago
JSON representation
Pŕacticas Informática Gráfica
- Host: GitHub
- URL: https://github.com/ncordon/computer-graphics
- Owner: ncordon
- License: gpl-3.0
- Created: 2016-01-13T23:05:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T18:40:39.000Z (over 9 years ago)
- Last Synced: 2025-03-31T18:51:30.662Z (about 1 year ago)
- Language: C++
- Size: 2.26 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computer Graphics
Made for the subject 'Informática Gráfica', Universidad de Granada.
# Usage
Files can be compiled by doing `make` inside `srcs-prac`
A list of usable keys:
* P: changes between all the `practicax` visualizations
* O: changes object to visualize
* M: changes mode of visualization
* G: changes freedom degree (third assingment); changes between alpha and beta (fourth assignment)
* \<\>: increases/decreases value of current freedom degree (third assingment); increases/decreases value of alpha/beta (fourth assignment)
* C: changes camera in fifth assignment.
* V: changes among examination and first person camera mode in fifth assignment.
* +: moves curent camera closer in fifth assignment
* -: moves away curent camera in fifth assignment
* ← , ↑ , ↓ , → : moves current camera in that direction in fifth assignment


# Dependencies
* `g++`
* `freeglut3-dev`
* `libglew-dev`
* `libjpeg-dev`
# License
GPL v3 licensed