Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvumcc/fractal-factory
A project showcasing 2D and 3D fractals with emphasis on interactivity and customizability
https://github.com/tvumcc/fractal-factory
2d 3d fractals godot julia-sets l-systems mandelbrot
Last synced: 4 months ago
JSON representation
A project showcasing 2D and 3D fractals with emphasis on interactivity and customizability
- Host: GitHub
- URL: https://github.com/tvumcc/fractal-factory
- Owner: tvumcc
- Created: 2024-08-31T16:48:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T21:56:56.000Z (5 months ago)
- Last Synced: 2024-09-30T08:21:03.584Z (4 months ago)
- Topics: 2d, 3d, fractals, godot, julia-sets, l-systems, mandelbrot
- Language: GDScript
- Homepage:
- Size: 4.73 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fractal Factory
This project was initially created for my high school CS3 class. You can navigate and tweak the parameters of multiple different fractals, 2D and 3D alike.
## Gallery
![Screenshot of Julia Set in Fractal Factory](images/julia_set.png)![Screenshot of Menger Sponge in Fractal Factory](images/menger_sponge.png)
## Fractals Included
### Escape Time Fractals
- Mandelbrot Set
- Julia Set
- Sin Julia
- Spiral Septagon
### 3D Fractals
- Menger Sponge
- Sierpinski Pyramid
### L-system Fractals
- Sierpinski Arrowhead Curve
- Dragon Curve## Attribution
- [Paul Bourke](https://paulbourke.net/fractals/) for the [Sin Julia](https://paulbourke.net/fractals/sinjulia/) and [Spiral Septagon](https://paulbourke.net/fractals/septagon/)
- [Inigo Quilez](https://iquilezles.org/) for [Smooth Coloring](https://iquilezles.org/articles/msetsmooth/) of the Julia Set and Mandelbrot## Possible Future Additions
- Ray Marching for Menger Sponge, Mandelbulb, and other 3D fractals
- User defined L-system grammars
- User defined Julia Set equations