OBJ renderer made with software renderer from scratch.
glfw, glew
Install it from package managers of rexpective distros.
* Install it from vgpkg to use in visual studio with msvc.
OR
* You can manually download includes and library files from their respective sites
and manually link them by editing include and library directories in CMakeLists.txt.
*If you are using GCC, then you are well off using msys2 for both compiler and dependencies as it has pacman built in for all the developmental libraries
Works best on GCC with -O3 optimization
* Clone this repo to your PC.
* Go to its project directory.
* Configure CMake with Visual Studio Code (Vscode must have installed `Cmake tools` and `Cmake` extensions), Visual Studi oor any other Ide supporting Cmake.
* Build and run the project.
The detailed documentation is available here.
This project is licensed under the MIT License - see the LICENSE file for details.