Hi everyone,
Currently I’m working on a graphics rendering engine (which is unnamed so far) as my side project. The rendering pipelines in the engine will play as my personal learning path in realizing/implementing different ways of efficiently solving the light transport integration problem.

The above image showcases the single scattering of volume rendering in the engine. The light transport was solved with unidirectional path tracing integration on OpenGL compute shaders.