Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1015 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 1015 Bytes

sierpinski-triangle-react

Stand With Ukraine

This project is a recursive implementation of the Sierpiński triangle using React, Canvas, and TypeScript. The Sierpiński triangle is a fractal named after Polish mathematician Wacław Sierpiński. The triangle is formed by recursively dividing an equilateral triangle into smaller equilateral triangles and removing the central triangle. The resulting pattern is a beautiful and intricate fractal. In this project, we use React to render the Sierpiński triangle on a Canvas element and TypeScript for strict typing. The recursive implementation allows for creating Sierpiński triangles of varying sizes and levels of detail.

The demo is available here.

Thanks this article for the inspiration.