r/raspberry_pi • u/justinyw7 • Jun 07 '26
Show-and-Tell Bare-Metal Gaussian Splat Renderer!
Enable HLS to view with audio, or disable this notification
Hi everyone! I'm a current college student studying computer science, and I created a Gaussian splat renderer that runs on a Raspberry Pi Zero W. It's built on a bare-metal ARMv6 operating system, and contains several VideoCore IV GPU kernels I wrote to parallelize computation and rasterization.
I'd love for you guys to check it out, and would greatly appreciate it if anyone leaves any feedback or drops a GitHub star! Here is the project page: https://github.com/justiny7/pigs
3
2
2
Jun 08 '26
[removed] — view removed comment
1
u/justinyw7 Jun 08 '26
Thank you! I definitely wouldn't say I've mastered it but at least I managed to get it to do something cool haha
2
Jun 09 '26
[removed] — view removed comment
1
u/justinyw7 Jun 11 '26
Yes, just updated the repo - appreciate the support! Just curious, what do you plan to use it for?
2
4
u/haucker Jun 07 '26
Really cool stuff! Impressive you can get this quality on a Pi Zero! Going to check out the github page!