taichi_elements
taichi_elements copied to clipboard
High-performance multi-material continuum physics engine in Taichi
Starting simulation with CPU will Crash immediately with no error causing blender crash. On Cuda, it will work for a few frames but finally, it will be stuck after a...
No particles or mesh in the blender, also I need to mention the caches are empty, in the blender the process seems to work fine, and in the console debugger,...
Most of the code will stuck after a few frames of simulation on the Cuda backend, I tested all of them on the CPU with no issue. other information you...
Hi, it seems that the latest master branch isn't working. Do you know what the latest version is that works? I have been trying out making a simulation for water...
https://github.com/taichi-dev/taichi_elements/blob/2451c9843a7058a1edcd10e448460f4ba509ecc4/demo/benchmark.py#L15 As described in the reference and title. This file is not included in repo or `download_ply.py` script. Thanks, Yadi
I think in order to release the first working version with minimal functionality, you need to do the following: - [x] Seed particles from arbitrary geometry #5 - [ ]...
Can you guys look at my Hilberts_Curve project Library in C# and Python: https://github.com/RusMermaid/Hilberts_Curve_CS There where no C# version until now. Can you clone/star/use it for your project?
Blender 3.0 uses 3.9 python but the new versions of Blender (3.1 and 3.2) are using Python 3.10 Because of that, the Taichi module can't be installed with Blender 3.1...
How to create 3D text in 3D .ply format like given files 'taichi.ply' in an easy way? And how to draw 3D like in 2D and export as .ply format?
I can add simple colliders to the solver. To begin with, I would simply do spheric colliders only. A question for @PavelBlend: what is the best way to specify the...