/openGL_computer_graphics

SNHU CS 330: Computer Graphics and Visualizations projects, along with milestones and other work within OpenGL. Using Modern OpenGL, GLEW, GLAD, and GLFW libraries, rendering 2D and 3D objects. C++ in Visual Studios.

Primary LanguageC

Computer Graphics

Using Modern OpenGL, GLEW, GLAD, and GLFW libraries, rendering 2D and 3D objects. C++ in Visual Studios.

I created a scene using simple 3D shapes to replicate the following picture:

PXL_20230908_030759562

Here is the 3D rendering using OpenGL:

Screenshot 2023-10-12 144554

Learning Points:

  • C++
  • Visual Studios environment
  • Modern OpenGL, many different graphics libraries
  • Computer graphics, lighting, shaders, camera views, planes, vectors, simple geometric shapes, textures