This simple OpenGL engine is capable of rendering 3D models from .OBJ (Wavefront) files.
- Install all the necessary libraries: OpenGL, GLEW, GLUT, SOIL, GLM
- Set working directory to a folder containing the model.
- Build with cmake & run
- Tiny obj loader - https://syoyo.github.io/tinyobjloader/
- SOIL - http://www.lonesock.net/soil.html
- GLM - http://glm.g-truc.net/0.9.7/index.html