tinyrenderer
There are 16 repositories under tinyrenderer topic.
skychx/toyRenderer
一个小巧的 C++ 软渲染器
ema2159/tinyrenderer_rs
tinyrenderer implementation using Rust
chr-wei/tinyrenderer_python
A fork of ssloy/tinyrenderer in python
littlebutt/renderer
The implementation of ssloy/tinyrenderer in C
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/计算机图形学
hyj1230/tinyrenderer-pygame
使用pygame实现的tinyrenderer,需要pygame、numba、numpy和PIL。
oldtimerza/TinyRendererView
Using my version of the TinyRenderer as a DLL used by a WPF application
kirito41dd/tinyrenderer
learn tinyrenderer with rust
mandeep/rprime
A minimal triangle rasterizer
NotReeceHarris/open-captcha
Generate dynamic CAPTCHAs using a lightweight implementation of OpenGL combined with adversarial pattern attack techniques to confuse image recognition software.
qjtdsqqm94akkyysgjdqo3hx1jn6l17/tinyrenderer-bash
Yes, it is what it said it is. No, it's worse than you feared.
aatango/TinyRenderer
Implementing ssloy/tinyrenderer in Rust
rose-mtz/tiny-rasterizer
A rasterizer I built.