tinyrenderer
There are 9 repositories under tinyrenderer topic.
ema2159/tinyrenderer_rs
tinyrenderer implementation using Rust
skychx/toyRenderer
一个小巧的 C++ 软渲染器
chr-wei/tinyrenderer_python
A fork of ssloy/tinyrenderer in python
porglezomp/cgl
Following https://github.com/ssloy/tinyrenderer/wiki to write a software renderer in Rust!
stefanpgd/TinyPBR
A small renderer that is able to load in a (single) chosen model and uses a PBR pipeline to present it.
jj-143/tinyrenderer-js
JS implementation of TinyRenderer
zouchanglin/PyTinyRenderer
Python来实现的软渲染器,TinyRenderer一样,会尽量少的使用外部库,具备TinyRenderer的全部功能,如果你想了解实现细节,看这里:https://www.zouchanglin.cn/categories/计算机图形学
oldtimerza/TinyRendererView
Using my version of the TinyRenderer as a DLL used by a WPF application
mandeep/rprime
A minimal triangle rasterizer