Category

Experiments

2 posts tagged with "Experiments"

Back to all posts →
Jan 29, 2026 · 2 min read

Exploring Cellular Automata: 6 Variations of Game of Life

We often think of "Artificial Life" as complex neural networks or evolutionary algorithms. But in 1970, mathematician John Conway demonstrated that c…

Jan 29, 2026 · 2 min read

Simulation of Face Contour Mask

This post explores the technical implementation of a face contour mask simulation, focusing on the landmark indices and the shader algorithm used to …