Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 994 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 994 Bytes

OpenGL-Implementation

This project has been created to be a study case of openGL library implementation for FMU university. The program are build to be a simple white triangle that are manipulated trought the openGL.

Keyboard events?

  • Up arrow: moves the triangle in the positive Y coordinates.
  • Down arrow: moves the triangle in the negative Y coordinates.
  • Left arrow: moves the triangle in the negative X coordinates.
  • Right arrow: moves the triangle in the positive X coordinates.
  • "W" key: changes the triangle color to white.
  • "R" key: changes the triangle color to red.
  • "G" key: changes the triangle color to green.
  • "B" key: changes the triangle color to blue.
  • "-" key: shrink the triangle size.
  • "+" key: increase the triangle size.

Required:

  • OpenGL installed and configured in your IDE or executable (for this project i have used the Clion)