Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lettier/sierpinski

Explorable 3D Sierpinski tetrahedrons rendered using WebGL.
https://github.com/lettier/sierpinski

3d 3d-graphics first-person-camera fractal fractals game-development graphics graphics-programming javascript lighting opengl phong phong-lighting procedural-generation shader shaders sierpinski sierpinski-triangle tetrahedron webgl

Last synced: about 2 months ago
JSON representation

Explorable 3D Sierpinski tetrahedrons rendered using WebGL.

Awesome Lists containing this project

README

        

![Sierpinski Pyramids](https://i.imgur.com/bwvNSs6.gif)

# Sierpinski Pyramids

An interactive Sierpinski pyramids demo built with WebGL.
You can try the demo at [lettier.github.io/sierpinski](https://lettier.github.io/sierpinski/).

The controls are:

- m control the camera
- w forward
- s backward
- a left
- d right
- z up
- x down
- LMB subdivide
- RMB unsubdivide

Read more about the implementation at
[lettier.github.io](https://lettier.github.io/posts/2016-02-29-triforce-overload-sierpinski-pyramids.html).

(C) 2014 David Lettier
[lettier.com](https://lettier.com)