/lpc-renderer

Compressed point cloud renderer

Primary LanguageC++

Point cloud rendering engine developed as part of my bachelor's thesis at the Technical University Munich. The goal was to implement and compare several point cloud compression schemes. All techniques compress the model on the CPU side, then perform decompression on the GPU side using either compute or geometry shaders.

You can read the full thesis here.