Thanks for your great work.
Hi, I am new in Tachi, I do not know how to display my simulation in the browser since I use a remote machine.. the gui = ti.GUI("Taichi MLS-MPM-128", res=512, background_color=0x112F41) only shows a small window, how can I do this conversion?
Hi, if you're remote accessing the machine, it might be easier to export your results to .png files instead of connecting to the GUI.
You can find related documentation here.
Thanks for your great work. Hi, I am new in Tachi, I do not know how to display my simulation in the browser since I use a remote machine.. the gui = ti.GUI("Taichi MLS-MPM-128", res=512, background_color=0x112F41) only shows a small window, how can I do this conversion?