-
**Describe the bug**
A clear and concise description of what the bug is, ideally within 20 words.
**To Reproduce**
`
# python/taichi/examples/simulation/fractal.py
import taichi as ti
…
-
**Describe the bug**
I am currently evaluating various frameworks for GPU acceleration for a project of mine and found that Taichi is slower than expected. Due to foreign function call overhead, Ta…
99991 updated
3 months ago
-
To simulate drop shadows.
-
When I run "python -m pip install gpytoolbox",
Collecting gpytoolbox
Using cached gpytoolbox-0.3.2.tar.gz (2.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel …
-
HI, I have a manifold polyhedral (triang) structure where I only want to detect edges that are appx 90 degrees. Right now the 'detect_features()' only has a lower bound FT, so that doesn't work becaus…
tcdoe updated
5 years ago
-
**Describe the bug**
I get a `Dispatch error : RhiResult(-3)` when trying to run taichi_ngp.py on Windows using Vulkan.
**To Reproduce**
Tried running the script taichi_ngp.py on Windows 11 with …
-
I’m really hyped for your Houdini Engine - Blender solution! Thank you for this great project! :)
Unfortunately it crashes when I try to load the library.hda effect after successfully importing “Mf…
AM-FX updated
3 years ago
-
If I understand correctly, Gadfly currently focuses on 2D plotting mainly because drawing in 3D is a quite different endeavor. However, there are several types of plots that visualize 3D data on a 2D …
-
Hi,
I get the following error when trying to run the ggui examples on Windows 10 with Vulkan:
```
Assertion failed: info->MinImageCount >= 2, file C:/Users/Administrator/actions-runner/_work/taichi…
-
**Describe the bug**
`from_numpy` throws an `GL_INVALID_OPERATION` error and core dumps with OpenGL backend for fields of certain sizes. Fields of same size work fine with Vulkan. This is on KBL GT…