-
Hi, I am playing around with this mpm example (https://github.com/taichi-dev/taichi/blob/master/python/taichi/examples/ggui_examples/mpm3d_ggui.py) , and i noticed that, if i disable all code related …
-
This one might need a bit more explanation. so like, there is no visual indication (or tagline) of like, recommended rulesets for modes; like either the user needs to know beforehand as to what rulese…
-
**Project description**
N-link is a free, cross-platform computer linking program for the TI-Nspire, compatible with the CX-II model. It provides a method for linking the TI-Nspire calculator to a …
-
I would expect `ti_Resize` to add/remove bytes at the current offset, or maybe at the end, but it instead appears to do so at the start of the file.
-
import taichi as ti
import numpy as np
ti.init(arch=ti.gpu)
benchmark = True
N = 15000
if benchmark:
a_numpy = np.random.randint(0,100,N,dtype=np.int32)
b_numpy = np.random.randi…
-
So, I think the cite tables have these files reversed as when I went to bump them, eng1 and eng2 were different from what was in the collections:
https://catalog.perseus.org/cite-collections/versions…
-
Do I include and if so, in point interval or ribbon format--either way it's not a CI but just the range. How to incorporate best
-
-
**Concisely describe the proposed feature**
I'd like to deprecate `ti.field(ti.f32)`, use `ti.field(ti.f32, shape=None)` instead for advanced layout.
Why? Clarity matters:
1. People who knows abo…
-
If TI is applying on behalf of their client, it would be useful to know who to follow-up with--the TI or the client directly. There should be the ability to select who should receive notices in the fu…