playground

Cool things that I've done or am doing.

Turing Pattern Simulator

I have implemented a Turing pattern simulator using the Gray-Scott model. Try it out in https://chenziyiTHU.github.io/Turing-Pattern-Simulator!

X-T Axis Exchange

This is a fun website that you can upload a vedio and it will exchange the x and t axis of the video. Try it out in https://chenziyiTHU.github.io/x-t-axis-exchange!

Skeletal Skinning

I have implemented a simple skeletal skinning algorithm that allows for smooth deformation of 3D models based on a skeleton. This is useful for character animation and other applications where you want to animate a 3D model. You can see a demo of the skeletal skinning algorithm in action here. The GitHub repository for this project is available here.