Skip to content

blmoore/shinybrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinybrot

docker automated

Simple shiny app for exploring the Mandelbrot set. See this blog post for some discussion and pretty pictures.

Views are calculated using the R package mandelbrot and drawn with ggplot2.

Explore

View the app online: blmr.shinyapps.io/shinybrot

Use the direct link to zoom to specific views + settings, e.g.:

Run locally

Run within an R session with:

shiny::runGitHub("blmoore/shinybrot")

Docker

Alternatively, run using the docker automated build from the Dockerfile in this repository:

docker run -dp 80:3838 blmoore/shinybrot

Then view at localhost.

Screenshots

v0.1

Bugs

  • Zoom in far enough and you'll find grid lines!