Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ticklemynausea/almondbread
A Mandelbrot set renderer in html5 canvas with nifty features
https://github.com/ticklemynausea/almondbread
canvas fractal html5 mandelbrot react renderer
Last synced: about 1 month ago
JSON representation
A Mandelbrot set renderer in html5 canvas with nifty features
- Host: GitHub
- URL: https://github.com/ticklemynausea/almondbread
- Owner: ticklemynausea
- Created: 2021-08-25T07:03:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T00:24:03.000Z (3 months ago)
- Last Synced: 2024-10-27T12:25:34.398Z (3 months ago)
- Topics: canvas, fractal, html5, mandelbrot, react, renderer
- Language: JavaScript
- Homepage: https://almondbread.ticklemynausea.net/
- Size: 2.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Almondbread
Try this out at https://almondbread.ticklemynausea.net/
**this document, as well as this project is a work in progress**
*Mandel brot is german for almond bread.*
A Mandelbrot set renderer with nifty features. Explore the depths and infinite details of the Mandelbrot set to the extent of the limits of javascript floating point numbers 😅
![](doc/1.jpeg)
![](doc/2.jpeg)
![](doc/3.jpeg)
![](doc/4.jpeg)
![](doc/5.jpeg)
![](doc/6.jpeg)# Features
- Mouse and keyboard controls, including selection zoom, and horizontal/vertical re-scaling
- Multiple color palettes (taken at random from coolors.co) with linear interpolation
- Render configuration is stored on the query string, so that the current view can be shared
- Parallel rendering using web workers for squeezing extra performance
- Download current view as image## TODO
### Mobile version
The app refuses to run at all on mobile and shows a blocking screen, on purpose, to avoid an unusable experience.
It is a priority to implement usability on touch devices.
### Render stability
The app is somewhat unstable on heavy renders and sometimes crashes the browser tab. This should be fixed, although reloading the page will produce the correct results.
### Arbitrary floating point precision
Experiment with an arbitrary floating point math library.
### Color palettes
Color palettes are really not well thought out. Some work should be put into choosing colors that produce good results.