shg8 / 3DGS.cpp

A cross-platform, high performance renderer for Gaussian Splatting using Vulkan Compute. Supports ✅ Windows, Linux, macOS, iOS, and visionOS
GNU Lesser General Public License v2.1
447 stars 26 forks source link

missing head file shaders.h in GSScene.cpp #31

Closed moonChen2 closed 1 month ago

moonChen2 commented 2 months ago

I run the program on apple m1 pro with next command line and run successfully: mkdir build cd build cmake .. make cd build/apps/viewer ./3dgs_viewer ply_file_path

but when I want to check the code i found there is an error My CLion told me: image

shg8 commented 1 month ago

There are certain headers that are generated by CMake. Please make sure it's configured correctly in your IDE.