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
-
Ray Tracing. Refer to Raytracing in One Weekend and Taichi Graphics Course
-
Marching Square with Dynamic Nodes. I learned dynamic nodes with related taichi examples and transfered the implementations of marching square from taichi into shadertoy.