Built a renderer that can visualize Gaussians.


- Software Rasterizer: Render a Single Gaussian built through the CPU. ✅
- Extended Software Rasterizer: Extend to render a scene with multiple gaussians through the CPU.
- GPU Rasterizer: Extend with shaders for Gaussian splatting on the GPU.
- WebGPU Rasterizer: Extend to run in real-time on the Web using GPU.
- Bonus: Extend to Render Radiance Fields through CPU.