I would like to give due credit to my friend Edem Hoggar(https://github.com/Frostbiiten) for his software renderer which inspired mine.
- Clone raylib from https://github.com/raysan5/raylib to vendor/
- run cmake -S . -B build
- run cmake --build build
- run the program from build/bin/SoftwareRenderer