Rendering Pipelines
Implementation of basic forward & deferred rendering pipelines
The project has been developed to better undestand how to implement both forward and deffered rendering pipelines in C++ and GLSL. This small application also features some post-processing effects.
My Work
- Implementation of forward / deferred rendering
- Implementation of two post-processing effects (SSAO, Bloom)