Software rendering engine with PBR. Built from scratch on C++.

Topics
#learning #c-plus-plus #prototype #cpp #shaders #graphics #software-rendering #sdl2 #parallelization #graphics-programming #rendering-engine #rendering-pipeline #3d-graphics #3d #rasterization #physically-based-rendering #pbr

angel 0b9901e281 Fixed TBN Matrix bug. 7 rokov pred
include 99d1c6d4ae Added texture filtering but disabled it for now for FPS reasons. 7 rokov pred
libs 29eaf339fc Added texture mapping. 7 rokov pred
modules 29ce0b3cc7 Fixed windows SDL dll issues. 7 rokov pred
scenes 99d1c6d4ae Added texture filtering but disabled it for now for FPS reasons. 7 rokov pred
src 0b9901e281 Fixed TBN Matrix bug. 7 rokov pred
.gitignore 4c653b237a Added SDL and library support on CMAKE. 7 rokov pred
CMakeLists.txt 3dbba99361 Added gamma coirrection, working on bump mapping. 7 rokov pred
README.md b754b5fc27 Initial commit 7 rokov pred

README.md

SoftwareRenderer