Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.5 KB

README.md

File metadata and controls

46 lines (37 loc) · 2.5 KB


Taichi is a physically based computer graphics library, with various simulation and rendering algorithms supported (What's inside?). It's written in C++14 and wrapped friendly with Python.

Linux, Mac OS Windows Chat
Build Status Build Status Join the chat at https://gitter.im/taichi-dev/Lobby

Gallery (More...)

image image image

Installation on Ubuntu 16.04

wget https://raw.githubusercontent.com/yuanming-hu/taichi/master/install.py && python3 install.py

View results

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).

Examples

Please see examples.

Acknowledgements

Taichi, like many other open-source projects, is based on other open-source projects:

Note that all of them are bundled in taichi (in source (header)/binary forms), and users do not have to manually install them.