An open API service indexing awesome lists of open source software.

https://github.com/omarazizi/sierpinski-gasket

Generating Sierpinski Triangle (fractal shape) with OpenGL
https://github.com/omarazizi/sierpinski-gasket

Last synced: 2 months ago
JSON representation

Generating Sierpinski Triangle (fractal shape) with OpenGL

Awesome Lists containing this project

README

        

# Sierpinski-Gasket
Generating Sierpinski Triangle (fractal shape) with OpenGL
![image](https://github.com/OmarAzizi/Sierpinski-Gasket/assets/110500643/ad27b758-fc33-404d-a05a-f1a2f6e4433f)

### Clone & Run
```bash
git clone https://github.com/OmarAzizi/Sierpinski-Gasket.git && cd Sierpinski-Gasket
```

```bash
g++ -o sierpinski main.cpp -lGL -lGLU -lglut && ./sierpinski
```