GDauer / OpenGL-Implementation

Very simple implementation of openGL library in c++ for Studying purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Very simple implementation of openGL library in c++ for Studying purpose

License:MIT License


Languages

Language:C++ 95.2%Language:CMake 4.8%