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

Debug mode compile caused linking issue #14

Closed ZiXuanVickyLu closed 6 months ago

ZiXuanVickyLu commented 7 months ago

Thanks for this good project! I have to say that I have successfully run the project with my data on Release Mode: image But on Windows platform with (MSVC 2022 buildtool), the Debug mode will cause the linking issue: image which is quite strange. Any suggestion? On the other hands, the profiler sames not meet the diagram size (I guess?), because the diagrams crowed on the right side: image (This data is of a black background, don't worry about the result displayed)

Any suggestion about that?

Anyway, this is just a little "bug" I have encountered, so I would like to share and report it. Thanks for the contribution of such a great project :-). Best!

shg8 commented 6 months ago

Thanks for raising the issue! Both problems should be fixed with the latest commit on main.

shg8 commented 6 months ago

Closing this for now. Feel free to reopen if the issues persist.

ZiXuanVickyLu commented 6 months ago

Thanks for the reply! :-)