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.
[Note: It's still a work in progress. Installation guide 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/)
$ python
>>> import taichi as tc
>>> ...