taichi-dev / taichi

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

Browser GUI #8565

Open wangmiaowei opened 4 months ago

wangmiaowei commented 4 months 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 months 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.