#
taichi
Here are 32 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
Dec 7, 2021
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
Dec 14, 2021 - Python
Run compiled Taichi kernels in JavaScript and WASM
-
Updated
Oct 4, 2020 - Python
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
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
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
progressive path tracer written in taichi
-
Updated
May 27, 2021 - 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
Meus sites favoritos
-
Updated
Feb 1, 2022
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."
As shown in taichi-dev/taichi#3910, replacing property with simple attributes can speedup python part of taichi a lot.
Lessons learned is that we should avoid using
@propertywhen applicable since it's expensive. So let's review the usage of@propertyin our python codebase and replace them as much as possible.Here's a list of simple grep in our codebase showing