From 0a2da4f82435a49212e276d9d603e84ac298246d Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 27 Dec 2020 00:09:34 +0100 Subject: Reorganize entire project. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f1a0d8a..923e32b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -## Current issues -* Z-Buffer doesn't work (probably for some stupid reason, but it gives me a serious headache) -![alt text](https://github.com/MatejaMaric/erender/blob/master/shots/1.png "Shot 1") -![alt text](https://github.com/MatejaMaric/erender/blob/master/shots/2.png "Shot 2") -![alt text](https://github.com/MatejaMaric/erender/blob/master/shots/3.png "Shot 3") -![alt text](https://github.com/MatejaMaric/erender/blob/master/shots/4.png "Shot 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`. -- cgit v1.2.3