taichi-dev / taichi

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

Internal research project: ti.Mesh #3608

Closed g1n0st closed 1 year ago

g1n0st commented 2 years ago

We are developing an internal research project ti.Mesh (#3567). It offers first-class support for triangular/tetrahedral meshes and allows efficient computation on these irregular data structures. Now it's an early-stage prototype in progress, so we keep it undiscussed. We will soon release more details and welcome contributions from the community. : )

yang-si-hang commented 1 year ago

I want to generate a Tetrahedral Mesh from vertices. I don't know how to use the Function "taichi.TetMesh()". Have you accomplished this Function? Thanks!

g1n0st commented 1 year ago

@yang-si-hang Thank you for being so interested in our work! The work about ti.Mesh has recently been accepted by SIGGRAPH Asia 2022, and we are refactoring APIs and example cases. We will release complete examples at https://github.com/taichi-dev/meshtaichi and provide documentation in the following days.

yang-si-hang commented 1 year ago

@yang-si-hang Thank you for being so interested in our work! The work about ti.Mesh has recently been accepted by SIGGRAPH Asia 2022, and we are refactoring APIs and example cases. We will release complete examples at https://github.com/taichi-dev/meshtaichi and provide documentation in the following days.

Thanks for your reply! I look forward to reading your paper.

g1n0st commented 1 year ago

Since the internal research project ti.Mesh will make it public soon, so I will close this issue. New problems related to MeshTaichi could open with a new thread or move to https://github.com/taichi-dev/meshtaichi. Any discussions and contributions from the community are welcomed!