Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/99thedark/infinite-mandelbrot
Mandelbrot Set for school project
https://github.com/99thedark/infinite-mandelbrot
fractal graphics mandelbrot mandelbrot-fractal webgl webgl2
Last synced: about 1 month ago
JSON representation
Mandelbrot Set for school project
- Host: GitHub
- URL: https://github.com/99thedark/infinite-mandelbrot
- Owner: 99TheDark
- Created: 2023-09-24T21:39:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T21:54:41.000Z (about 1 year ago)
- Last Synced: 2023-09-25T04:37:34.772Z (about 1 year ago)
- Topics: fractal, graphics, mandelbrot, mandelbrot-fractal, webgl, webgl2
- Language: JavaScript
- Homepage: https://99thedark.github.io/Infinite-Mandelbrot/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinite Mandelbrot
A project for school, revisited the Mandelbrot set. Uses arbitrary precision for the Mandelbrot Set by [K.I. Martin](http://www.science.eclipse.co.uk/sft_maths.pdf), implementation largely from [Inigo Quilez](https://www.shadertoy.com/view/ttVSDW).By forcing the orbit point within the Mandelbrot set, there is a seemless transition.
View it [online](https://99thedark.github.io/Infinite-Mandelbrot/).