/taichi

Physically based Computer Graphics Library

Primary LanguageC++OtherNOASSERTION

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.