This is a project created mainly to create test benches for differnet Opengl features. The differnet tests are added one by one each serving the purpose of creating small, clean, and consice code to show the feature and how to write its code easily for future reference.
This project was developed on Linux Ubuntu 20.0. It also contains a Makefile that you can run to compile the whole project and will generate the binary file opengl.
- Clear Color
- Texture Test
- Test Instantiation
- Test 3D => Is not fully working yet.
<<<<<<< HEAD Clear Color Test:
380017c0d87ae795f861b078dc459119fd2fe077
Special Thanks to The Cherno OpenGl playlist where he teaches about the basic concepts of using opengl and C++.