Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blmoore/shinybrot
Simple shiny app for exploring the Mandelbrot set
https://github.com/blmoore/shinybrot
fractal mandelbrot-viewer r rstats shiny
Last synced: 3 months ago
JSON representation
Simple shiny app for exploring the Mandelbrot set
- Host: GitHub
- URL: https://github.com/blmoore/shinybrot
- Owner: blmoore
- License: mit
- Created: 2017-06-22T20:16:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T19:11:11.000Z (over 7 years ago)
- Last Synced: 2024-06-11T11:48:21.192Z (5 months ago)
- Topics: fractal, mandelbrot-viewer, r, rstats, shiny
- Language: R
- Homepage: https://blmr.shinyapps.io/shinybrot
- Size: 2.68 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - blmoore/shinybrot - Simple shiny app for exploring the Mandelbrot set (R)
README
# shinybrot
[![docker automated](https://img.shields.io/docker/automated/blmoore/shinybrot.svg)](https://hub.docker.com/r/blmoore/shinybrot/)Simple shiny app for exploring the Mandelbrot set. See [this blog post](https://benjaminlmoore.wordpress.com/2017/06/27/the-mandelbrot-set-in-r/) for some discussion and pretty pictures.
Views are calculated using the R package [`mandelbrot`](https://github.com/blmoore/mandelbrot) and drawn with `ggplot2`.
## Explore
View the app online: [blmr.shinyapps.io/shinybrot](https://blmr.shinyapps.io/shinybrot/)
Use the `direct link` to zoom to specific views + settings, e.g.:
* ['Seahorse Valley'](https://blmr.shinyapps.io/shinybrot/?x=-0.78436438388539,-0.78436354957962&y=0.14199444381059,0.14199466062381&pal=5&res=700&iter=650)
* [Cardoid bulb](https://blmr.shinyapps.io/shinybrot/?x=-1.2937405038411,-1.2935898086106&y=0.085710440779261,0.085846441699619&pal=6&res=1000&iter=350)## Run locally
Run within an R session with:
```r
shiny::runGitHub("blmoore/shinybrot")
```### Docker
Alternatively, run using the [docker automated build](https://hub.docker.com/r/blmoore/shinybrot/) from the Dockerfile in this repository:
```sh
docker run -dp 80:3838 blmoore/shinybrot
```Then view at [localhost](http://localhost).
## Screenshots
### v0.1
![](shinybrot_screenshot.png)
## Bugs
* Zoom in far enough and you'll find grid lines!