zhouxian / FluidLab

[ICLR 2023] FluidLab: A Differentiable Environment for Benchmarking Complex Fluid Manipulation
148 stars 14 forks source link

Does the codebase need vulkan? #2

Closed YoruCathy closed 1 year ago

YoruCathy commented 1 year ago

Hi, I'm trying to run the example in the readme file. It is however complaining about no vulkan for ggui. I'm wondering if Taichi requires this for visualization. It would be helpful if some instructions could be added here :)

YoruCathy commented 1 year ago

I got the env running (fingers crossed) Is there a document or guide to get started with?

zhouxian commented 1 year ago

Did u manage to get it work without vulkan? From https://docs.taichi-lang.org/docs/ggui It seems vulkan is not the only option, but we didn't play a lot with the backend. Regarding the guide: i hope to make one if I find time to work on it, but for now i cannot promise anything apart from the readme file. Feel free to submit a issue if you have any specific question.

YoruCathy commented 1 year ago

I figured out how to get it working with vulkan. It did not work before since I'm using webtop remote access to use my desktop and that docker environment causes the problem. I don't have to install it if I directly install it on the desktop.