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

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++

Awesome Lists containing this project

README

          

# Kiwi
A 3D software renderer written in c++

#### Example:
![alt tag](https://github.com/joakimthun/kiwi/blob/master/examples/alduin.gif)

#### 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/)