#
taichi
Here are 40 public repositories matching this topic...
A framework to use Xposed module with or without Root/Unlock bootloader, supportting Android 5.0 ~ 11.
-
Updated
Jan 1, 2022
10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
-
Updated
Feb 21, 2022
A Magisk module providing magic power over TaiChi.
-
Updated
Jul 9, 2020 - Shell
Fluid solver based on Lattice Boltzmann method implemented by taichi programming language
-
Updated
Nov 12, 2020 - Python
Python implementation of the ASFLIP advection method
-
Updated
Nov 2, 2021 - Python
A Taichi extension library providing a set of GLSL-alike helper functions
-
Updated
Feb 22, 2022 - Python
Run compiled Taichi kernels in JavaScript and WASM
-
Updated
Oct 4, 2020 - Python
Open
Automatic batching
1
ifsheldon
commented
Dec 30, 2021
Now stannum (and generally Taichi) cannot do automatic batch as done in PyTorch.
For example, the below can only handle 3 arrays, but if we have a batch of arrays, we will have to loop over the batch dimension or change the code to support batches of a fixed size. This issue is somewhat related to issue #5. The ultimate goal should be supporting automatic batching with tensors of valid flexi
enhancement
New feature or request
good first issue
Good for newcomers
Taichi-related
wait_for_upstream
Limited by upstream dependencies
GPU Accelerated Motion Engine based on Taichi Lang.
simulation
motion
physics-engine
motion-planning
python3
gpu-acceleration
physics-simulation
taichi
motion-control
-
Updated
Jan 14, 2022 - Python
A topology optimization framework written in Taichi programming language.
-
Updated
Oct 28, 2021 - Python
My homework and projects in course GAMES201 (https://yuanming.taichi.graphics/teaching/2020-games201/) and SIGGRAPH reproductions in the Taichi language.
-
Updated
Dec 23, 2021 - Python
[ACMMM 2021, Oral] Code release for "Elastic Tactile Simulation Towards Tactile-Visual Perception"
-
Updated
Jan 9, 2022 - Python
fdm
cfd
navier-stokes
fluid-solver
taichi
fluid-dynamics
fluid-simulation
cip
vorticity-confinement
finite-difference-method
cfd-solvers
-
Updated
Jun 1, 2022 - Python
progressive path tracer written in taichi
-
Updated
May 26, 2022 - Python
Blender SDF Node System Addon
-
Updated
Jul 31, 2021 - Python
3-D elastic material simulation with Taichi using the Material Point Method (MPM)
-
Updated
May 1, 2021 - Python
Implementation of A Level-Set Method for Magnetic Substance Simulation in the Taichi language.
-
Updated
Nov 7, 2021 - Python
-
Updated
May 1, 2021 - Mathematica
2D & 3D Jump Flooding Algorithm and 2D Centroidal Voronoi Tessellation based on taichi
-
Updated
Nov 30, 2020 - Python
Improve this page
Add a description, image, and links to the taichi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the taichi topic, visit your repo's landing page and select "manage topics."


The
taichi.lang.util.warningfunction just prints the warning without consulting the current state of pythons standard librarywarningsmodule.For example: