Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wo0fle/fractal-designer

Explore fractals with this highly customizable and interactive web app! (NOT DONE YET)
https://github.com/wo0fle/fractal-designer

fractals godot math webapp

Last synced: about 1 month ago
JSON representation

Explore fractals with this highly customizable and interactive web app! (NOT DONE YET)

Awesome Lists containing this project

README

        

# Fractal Designer

### Explore fractals with this highly customizable and interactive web app!

link goes here eventually

icon goes here eventually

## Credits:

* Inspired by:
* [Mandelbrot's Evil Twin - 2swap](https://www.youtube.com/watch?v=Ed1gsyxxwM0)
* [HTML5 Fractal Playground - Vivian River](https://vivianriver.github.io/HTML5_Fractal_Playground/)
* [Sounds of the Mandelbrot Set - CodeParade](https://www.youtube.com/watch?v=GiAj9WW1OfQ)
* Aided by:
* [How to Code the Mandelbrot Set - Toby Ho](https://www.youtube.com/playlist?list=PLSq9OFrD2Q3DXbBbW4xjjtW6QjAT8J00H)
* [Multibrot Set - Wikipedia](https://en.wikipedia.org/wiki/Multibrot_set)
* [Godot 4: Fractal Shaders - Mandelbrot Set (tutorial) - FencerDevLog](https://www.youtube.com/watch?v=ulQMXw5KALo)


## Stuff to be added:

* zoom, translate, and rotate viewport, and change variables from inside the program (duh)
* parametrize variables from inside the program (duh)
* implement Lyapunov exponent instead of escape time algorithm
* smooth rotation between viewing the z, c, and x sets (will require lots of crazy vector math probably)
* more color options (more color stops mainly, but also anything else I can think of)
* custom fractal equations (with presets such as Burning Ships, [Payne's Bowls](https://www.reddit.com/r/math/s/WsDKkJfor6), etc.)