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.
- 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.
- OpenGL installed and configured in your IDE or executable (for this project i have used the Clion)