GDauer / OpenGL-Implementation-GLUT

OpenGL implementation with GLUT for studing purpose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL-Implementation with GLUT

This project has been created to be a study case of openGL library implementation for FMU university.

This program has been created to be a solid sphere with a resize animation and a diffuse color control.

Keyboard events?

  • R key: Decrease the Red color spectrum in the diffuse value.
  • Shift + R key: Increase the Red color spectrum in the diffuse value.
  • G key: Decrease the Green color spectrum in the diffuse value.
  • Shift + G key: Increase the Green color spectrum in the diffuse value.
  • B key: Decrease the Blue color spectrum in the diffuse value.
  • Shift + B key: Increase the Blue color spectrum in the diffuse value.

The colors

The only colors available for the diffuse control is Red, Green and Blue. But you can mix the three colors to get new ones.

Required:

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

About

OpenGL implementation with GLUT for studing purpose.

License:MIT License


Languages

Language:C++ 95.8%Language:CMake 4.2%