Awesome
My-Taichi-Practice
Learning and Practice with Taichi
-
Simple Rendering and Effects. Refer to the "Art of Code" Youtube Channel.
- Ray Marching
- Curve Shape and Blue Effect
-
2D Interactive Fluid Simulation. Refer to Taichi Example Code and the Book: Fluid Simulation of Computer Graphics
<img src ="https://github.com/Duotun/My-Taichi-Practice/blob/main/Demos/Interactive%20Fluid.gif" height="40%" width="40%" style="float:left"> <img src ="https://github.com/Duotun/My-Taichi-Practice/blob/main/Demos/Interactive_Fluid_cg.gif" height="40%" width="40%" style="float:left">
-
Ray Tracing. Refer to Raytracing in One Weekend and Taichi Graphics Course
- Teasure Image Rendered with 196 Spheres. Rightnow my implementation can't support full 484 spheres as the raytracing tutorial did.
-
Marching Square with Dynamic Nodes. I learned dynamic nodes with related taichi examples and transfered the implementations of marching square from taichi into shadertoy.