taichi-dev / taichi

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

Is there any example about 3-D rendering? #570

Closed lzhenn closed 4 years ago

lzhenn commented 4 years ago

I am a postdoc in atmospheric sciences. In the last several days, I tried to search tools to render a 3-D typhoon model (releasing particles given 3-D velocity fields), and found Taichi could be a good start. For a layman in computer vision, is there any example about Taichi on 3-D rendering?

yuanming-hu commented 4 years ago

If you want to render particles with motion blur then a good example would be https://github.com/taichi-dev/taichi/blob/master/examples/particle_renderer.py