bevy_gaussian_splatting icon indicating copy to clipboard operation
bevy_gaussian_splatting copied to clipboard

add demo of bevy_gaussian_splatting streaming from a remote server

Open cs50victor opened this issue 1 year ago • 4 comments

putting up a PR, ( hopefully ), soon.

cs50victor avatar Feb 05 '24 19:02 cs50victor

⌛ https://github.com/cs50victor/new_media/pull/18

cs50victor avatar Feb 16 '24 16:02 cs50victor

@mosure use fly.io? currently have new_media working remotely on a fly.io gpu. wondering if you'll be able to test a similar PR here.

cs50victor avatar Feb 21 '24 14:02 cs50victor

@mosure use fly.io? currently have new_media working remotely on a fly.io gpu. wondering if you'll be able to test a similar PR here.

I haven't worked with fly.io, it looks very interesting and I don't know of alternatives re. edge container deployments. I've done some initial work with codespaces + docker + bevy_gaussian_splatting, a more robust setup is required for general use.

mosure avatar Feb 22 '24 23:02 mosure

true, bevy currently can't work without winit so the docker container needs x11 or wayland. Current solution is supper hacky but seems like the best solution at the moment (https://github.com/cs50victor/newmedia/blob/main/Dockerfile.prod#L38). Do we close this and wait/experiment with a more robust setup or just go ahead?

cs50victor avatar Feb 23 '24 18:02 cs50victor