download

git clone https://github.com/Cltsu/tinyrender.git
cd tinyrender

install dependencies

git submodule update --init --recursive

build

cmake -S . -B build
cd build
make

run

./tinyrender [path to .obj file]