taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.37k stars 2.27k forks source link

Browser GUI #8565

Open wangmiaowei opened 1 month ago

wangmiaowei commented 1 month ago

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?

houkensjtu commented 2 weeks ago

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.