https://github.com/t-88/sft-renderer
basic software renderer
https://github.com/t-88/sft-renderer
Last synced: about 2 months ago
JSON representation
basic software renderer
- Host: GitHub
- URL: https://github.com/t-88/sft-renderer
- Owner: t-88
- License: mit
- Created: 2023-07-28T16:58:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T21:28:26.000Z (over 1 year ago)
- Last Synced: 2025-03-27T21:31:03.405Z (2 months ago)
- Language: C
- Size: 8.54 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sft Renderer
basic software renderer, smthing like olivec from tsoding.# Major Resources
- [software rendering thebennybox videos](https://www.youtube.com/watch?v=v7nrzvd9A5c&list=PLEETnX-uPtBUbVOok816vTl1K9vV1GgH5&index=5&ab_channel=thebennybox)
- [Computer graphics from scratch](gabrielgambetta.com/computer-graphics-from-scratch/01-common-concepts.html)
- [scratchapixel](https://www.scratchapixel.com/index.html)## Dev Imgs
**Appling matrix lib**

**Barycentric cords in action**

**Texture Mapping**
**[Raytacer in one weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html)**



