Found 753 repositories(showing 30)
ssloy
A brief computer graphics / rendering course
chaoticbob
No description available
MrZz233
从零开始构建光栅器
JoeyTeng
Differentiable Rasteriser implemented in JAX. Reference: https://github.com/erwincoumans/tinyrenderer, https://github.com/ssloy/tinyrenderer/wiki; PR: https://github.com/google/brax/pull/367
skychx
一个小巧的 C++ 软渲染器
ema2159
tinyrenderer implementation using Rust
ccajas
A small software renderer written in JavaScript - http://ccajas.github.io/JS-TinyRenderer
LiarGs
for study GAMES101
Foggy-whale
基于开源项目 tinyrenderer 开发的一款软光栅渲染器。在保留原项目特色(0图形API)的基础上,采用了更加modern的面向对象设计模式,并借鉴了OpenGL的上下文绑定、资源池化等设计理念。有计划在未来补上AO以及PBR渲染的内容,原开源项目链接:https://github.com/ssloy/tinyrenderer。
pannapudi
Tiny KABOOM! on rust from https://github.com/ssloy/tinyrenderer/wiki
ssloy
Just a java implementation of https://github.com/ssloy/tinyrenderer/wiki
strvert
No description available
chiuhoukazusa
No description available
xymostech
A rust software renderer from following https://github.com/ssloy/tinyrenderer/wiki
schmittl
Software renderer written in JavaScript
cdgiessen
My repo for holding the project files for tiny renderer
CregskiN
用于学习而翻译的 TinyRenderer 文档
AlexeyBelezeko
Swift 3D render inspired by https://github.com/ssloy/tinyrenderer
pan64271
a baby rasterizer based on ssloy's tinyrenderer
Raitoning
A tiny software 3D offline renderer.
cybaca89
Attempt to follow tinyrenderer tutorial at https://github.com/ssloy/tinyrenderer
littlebutt
The implementation of ssloy/tinyrenderer in C
Nitrola
Small 3D Renderer following tiny renderer course https://github.com/ssloy/tinyrenderer/wiki
chr-wei
A fork of ssloy/tinyrenderer in python
lulier
tiny web renderer, inspire by tinyRenderer https://github.com/ssloy/tinyrenderer
xu-hui-yao
No description available
tpaschalis
A golang implementation of ssloy's excellent work
dimaopen
Java implementation of tiny renderer.
Yarikx
Rust implementation of renderer described in course https://github.com/ssloy/tinyrenderer/wiki
hatsunearu
A barebones rasterizing software renderer, written in Rust, following the guide from ssloy/tinyrenderer