Create a folder called "build" in the project folder, then create a VS solution using CMake
After opening the solution, be sure to set "src" as the startup project, and then do the following
- ADD "assimp-vc140-mt.lib" to Linker -> Input -> Additional Dependencies
- Copy the files in external/assimp/lib - TO -> build/src
- Import and load OBJ Models
- Move camera or model around 3D space
- Take a screenshot of current framebuffer (Record png image of object view)
- Assimp
- OpenGL
- GLFW
- GLEW
- GLM
- STB_IMAGE
- ImGui