-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Quick Start
Yuanming Hu edited this page Feb 28, 2018
·
5 revisions
Suppoprted Platforms:
- Ubuntu (gcc 5+)
- Mac OS X (gcc 5+, clang 4.0+)
- Windows (Microsoft Visual Studio 2017)
Make sure you have python 3.5+
.
wget https://raw.githubusercontent.com/yuanming-hu/taichi/master/install.py && python3 install.py
Download and execute this script with python3.
Additional environment variables:
(supposing taichi
is installed in DIR/taichi
)
- Add
DIR/taichi/python
toPYTHONPATH
- Add
DIR/taichi/bin
toPATH
python3 $TAICHI_ROOT_DIR/taichi/python/examples/server/main.py
Then open page http://localhost:1111. Choose a simulation output, press P
to play, R
to change frame rate (faster/slower).
Please see examples.