-
```
DllNotFoundException: taichi_unity assembly: type: member:(null)
Taichi.Generated.Ffi.TixImportNativeRuntimeUnity () (at Assets/Taichi/Generated/taichi_unity.cs:26)
Taichi.Runtime.get_Singleton…
-
Dear Taichi team,
I was not able to use Taichi GGUI without a significant performance loss, is there any known bottleneck in GGUI ? Or things to disable, or not do, to get full performance ?
I …
-
Hi Taichi team,
I am trying to run parallel simulations using the `concurrent.futures` library. However, I am encountering an issue related to pickling Taichi objects. Below is a minimal example th…
-
Hi, I'm trying to build the project from [Taichi-UnityExample](https://github.com/taichi-dev/Taichi-UnityExample) on my iPad.
I am facing difficulties in accomplishing this, so I'd like to ask for yo…
-
https://github.com/taichi-dev/taichi/issues/4364
-
The traditional addon installation manner for Blender is via ZIP files instead of PyPI.
I recently succeed to deploy [taichi_blend](https://github.com/taichi-dev/taichi_blend) as a ZIP file, withou…
-
We would like to share our proposal for modernizing Taichi's CMake-based build system. By embracing the target-based approach, we can enforce a good modular design in our code base. This brings us ben…
-
Python bindings would enable gpucpp to be used similar to [Taichi](https://taichi-lang.org/), [Warp](https://github.com/NVIDIA/warp) and [Mojo](https://www.modular.com/mojo). I would personally love t…
-
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, backgrou…
-
There's another [addon](https://github.com/taichi-dev/taichi_blend/) that also has a [Taichi renderer](https://github.com/taichi-dev/taichi_three/). Have you compared it to yours?