aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 923e32b50c6aa34c19efc6d482e59162281ee681 (plain) (blame)
1
2
3
4
Inspired by [thebennybox's 3D Software Rendering](https://www.youtube.com/playlist?list=PLEETnX-uPtBUbVOok816vTl1K9vV1GgH5) series but made using C++ and [SFML](https://www.sfml-dev.org/).
It also implements the barycentric rendering technique instead of the scanline technique. 

To compile this program you need to install `libsfml-dev` package and run `make`.