Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.01 KB

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

Installation

[Note: It's still a work in progress. Installation guide on OS X, Linux (Ubuntu), Windows will be finished within a few days.]

Please see [Getting Started] (https://github.com/IteratorAdvance/taichi/wiki/Getting-Started).

Gallery [(More...)] (http://taichi.graphics/gallery/)

image image image

Create your world with Taichi

$ python
>>> import taichi as tc
>>> ...

Examples

Please see examples.