Sierpinski triangle, or Sierpinski gasket, is a fractal set with the overall shape of an equilateral triangle, subdivided recursively into smaller equilateral triangles.
This project gives a simple implementation of Sierpinski triangle in 2D and 3D respectively, using OpenGL (freeglut).
- Visual Studio 2017
- freeglut-MSVC-3.0.0-2.mp
A x64 release is uploaded to this repository, try it free.
To access source code, open ./Sierpinski.sln
with Visual Studio.