hyperlogic / splatapult

A 3d gaussian splatting renderer in C++ and OpenGL
MIT License
92 stars 12 forks source link

How can I run splatapult in mac? Thanks. #23

Open linghugoogle opened 1 month ago

hyperlogic commented 1 month ago

Splatapult wont compile on Apple devices due to lack of support OpenGL, and OpenXR. It might be possible to use Apple's Game Porting Toolkit to get it running, but I haven't tried it.

Alternatively, I would suggest the MetalSplats project for viewing 3DGS files on a Mac, as it supports the Metal graphics API directly.