sxyu / volrend

PlenOctree Volume Rendering (supports CUDA & fragment shader backends)
Other
608 stars 84 forks source link

Is there a way to use headless version w/o CUDA? #19

Open Bananamilk452 opened 1 year ago

Bananamilk452 commented 1 year ago

I want to make Plenoctree streaming server because plenoctree web viewer is pretty laggy and lack of mobile support.

So i tried to make headless version w/o CUDA, but it wont works w/o GLFW window. is there any solution?