PENGUINLIONG / taichi-aot-demo

A demo illustrating how to use Taichi as an AOT shader compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taichi AOT Demo

Run tests on Linux desktop

# Make sure you have libtaichi_c_api.so in $TAICHI_C_API_INSTALL_DIR/lib

python3 ./ci/run_tests.py -l $TAICHI_C_API_INSTALL_DIR

Tutorial

We're working on an end to end tutorial to show the best practice of using TiRT (Taichi RunTime) in real applications. Although the content is subject to change as taichi-aot-demo is under heavy development at the moment, we'll try our best to keep the tutorial unaffected.

You're welcome to ask questions via github issues or contribute a PR directly if you find anything missing!

About

A demo illustrating how to use Taichi as an AOT shader compiler

License:Apache License 2.0


Languages

Language:C 41.5%Language:C++ 41.2%Language:Python 8.3%Language:GLSL 3.4%Language:CMake 2.9%Language:Java 2.3%Language:Shell 0.4%Language:Makefile 0.0%