作为学习GitHub开源项目: tinyrenderer 的过程记录,可通过commit记录查看不同的快照。
首先克隆本项目到本地:
git clone https://github.com/sprout-37/tinyrenderer.git
然后进入文件夹:
cd tinyrenderer
通过cmake进行配置与编译:
cmake -B build
cmkae --build build
运行可执行文件:
./build/tinyrenderer/tinyrenderer
可看到结果文件output.tga
。