Home

Awesome

ti_nbody

NBody Simulation written in Taichi

Install Taichi

To make sure taichi is working, the easiest thing todo is

python3 -m pip install taichi

We want to install this local ti-nbody package

pip install .

Then for example you can run my Nbody program using

python ./examples/hello_nbody.py

Files