/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++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

Getting Started

Please see Installation and examples.

Create your world with Taichi

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