vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.48k stars 433 forks source link

Gaussian splats or .ply file support / examples ? #2435

Open cs50victor opened 8 months ago

cs50victor commented 8 months ago

Is there any efforts to add a ply file viewer ?

hey, I'm working on rendering Gaussian splats using the vulkano crate.

Is there any examples or progress being made to add a Gaussian splat example?

I'm also willing to help if provided details on what steps to take. Thanks

marc0246 commented 8 months ago

There are no plans for anything like that that I know of. Feel free to add any example you like, but I would wait for a bit because I'm in the process of rewriting all synchronization which will break all current code.

cs50victor commented 8 months ago

ok, got it. Thanks for the feedback. I'll wait till after the rewrite.