An open API service indexing awesome lists of open source software.

https://github.com/yashkarthik/tinyrenderer

A rasterization engine written from scratch (no libraries) in C++
https://github.com/yashkarthik/tinyrenderer

cpp rasterization

Last synced: 10 months ago
JSON representation

A rasterization engine written from scratch (no libraries) in C++

Awesome Lists containing this project

README

          

Dead simple rasterization engine I wrote in cpp for fun.




**Helpful links:**
- https://github.com/ssloy/tinyrenderer/wiki/
- https://raytracing.github.io/books/RayTracingInOneWeekend.html
- https://www.scratchapixel.com/index.html
- https://g5m.cs.washington.edu/
- https://student.cs.uwaterloo.ca/~cs488/Fall2023/index.html

~~Finally used y = mx + c in real life~~

**More imgs:**