https://github.com/joakimthun/kiwi
A 3D software renderer written in c++
https://github.com/joakimthun/kiwi
3d cpp rendering software-rendering
Last synced: 11 months ago
JSON representation
A 3D software renderer written in c++
- Host: GitHub
- URL: https://github.com/joakimthun/kiwi
- Owner: joakimthun
- Created: 2017-04-02T19:14:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T20:46:41.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T18:51:30.960Z (about 1 year ago)
- Topics: 3d, cpp, rendering, software-rendering
- Language: C++
- Homepage:
- Size: 63.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kiwi
A 3D software renderer written in c++
#### Example:

#### Heavily inspired by [this](https://www.youtube.com/playlist?list=PLEETnX-uPtBUbVOok816vTl1K9vV1GgH5) awesome tutorial series by thebennybox
#### Additional resources
- [Tiny Renderer](https://github.com/ssloy/tinyrenderer)
- [Tutorial series: learning how to write a 3D soft engine from scratch in C#, TypeScript or JavaScript](https://www.davrous.com/2013/06/13/tutorial-series-learning-how-to-write-a-3d-soft-engine-from-scratch-in-c-typescript-or-javascript/)