Skip to content

This repository contains the exercises and sample programs which demostrates the basic concepts of graphics programming using openGL

License

Notifications You must be signed in to change notification settings

ishansheth/OpenGL-Exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Exercises

This repository contains sample programs which demostrates the basic concepts of graphics programming using openGL. The sample programs are based on the tutorial from Learn OpenGL and incorporates the usage of imgui library. The exerciese include the concepts and usage of:

  • Vertices and Vertex Arrays
  • Shader programming
  • Vertex Buffer, Index Buffer
  • Camera angles and coordinate system
  • Texture
  • Lighting (Ambient, Diffuse and Specular lighting)
  • Material map
  • Light Casting
  • Multiple lights with Directional light and point light
  • Model loading with assimp library

Uses

Dear ImGui

Example Result: light_casting_with_imgui.cpp

alt text

Example Result: model_loading_lib.cpp

alt text

About

This repository contains the exercises and sample programs which demostrates the basic concepts of graphics programming using openGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages