OpenGL graphics engine Simple 3d graphics engine written in C++ using OpenGL. Work in progress, right now capable of loading meshes and textures, adding objects to the scene and rendering with one light source. Used libraries: glfw, glad, OBJ_loader, stb_image, glm.