-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Quick Start
Yuanming Hu edited this page Feb 25, 2018
·
5 revisions
Make sure you have python 3.5+ is required.
wget https://raw.githubusercontent.com/yuanming-hu/taichi/master/install.py && python3 install.py
Suppoprted Platforms (open an issue if you find the script fails):
- Ubuntu (gcc 5+)
- Mac OS X (gcc 5+, clang 4.0+)
- Windows (Microsoft Visual Studio 2017)
(Suppose taichi is installed in DIR/taichi)
- Add
DIR/taichi/pythontoPYTHONPATH
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.