Menger Sponge Fractal
Coding Challenge #2
In this coding challenge, I attempt to code the Menger Sponge (fractals) using Processing.
Community Contributions
- Swifty Menger sponge by Bob Voorneveld (Source Code)
- ES6 Merger sponge by Bjorn Van Acker (Source Code)
- Sponge Plus by Amin Ahmad Ahmadi (Source Code)
- Inside the Sponge by Cássio Fernando Brito de Souza (Source Code)
- Menger sponge via Processing/Python by Maksim Kurchevskiy (Source Code)
- Menger sponge in OpenGL by Marco Rosa (Source Code)
You can also add your own version! (See how)
Links discussed in this coding challenge
- Menger Sponge on Wikipedia
- P3D Tutorial by Daniel Shiffman
- ArrayList in Processing