shinexunju / taichi

Physically based Computer Graphics Library

Home Page:http://taichi.graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/taichi-dev/Lobby

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 image

Create your world with Taichi

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

Examples

Please see examples.

About

Physically based Computer Graphics Library

http://taichi.graphics

License:Other


Languages

Language:C++ 92.4%Language:Python 6.8%Language:CMake 0.7%Language:C 0.1%