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++
- Host: GitHub
- URL: https://github.com/yashkarthik/tinyrenderer
- Owner: YashKarthik
- Created: 2023-11-23T05:48:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T01:51:33.000Z (over 2 years ago)
- Last Synced: 2024-12-31T15:15:23.144Z (over 1 year ago)
- Topics: cpp, rasterization
- Language: C++
- Homepage:
- Size: 40.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:**