OpenGL Graphic Engine with C++

OpenGL Graphics Engine

3D Graphic Engine written in C++ using GLFW and GLEW libary for setting up the context and window for cross platform support

03 Apr 2019

projectgamec++opengl

About

This 3D OpenGL graphic engine uses C++, GLEW, GLFW, stb_image, glm, and ImGui. It can render 3D model with ambient lighting, and specular lighting using GLSL as shader language. GLEW is used to support cross platform and provide function declaration for opengl API call. GLFW is for creating window context and working with inputs. stb_image for loading image texture data. glm for matrix vector math computation. And finally ImGui for rendering user interface.

Screenshot

Email to get source code: eongkoungmeng@gmail.com