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

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

License

Notifications You must be signed in to change notification settings

GDauer/OpenGL-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published