Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lettier/sierpinski
- Owner: lettier
- Created: 2013-12-17T19:50:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T07:35:13.000Z (almost 5 years ago)
- Last Synced: 2024-04-16T04:51:02.541Z (8 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://lettier.github.io/sierpinski
- Size: 55.7 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 unsubdivideRead 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)