mandelbrot_set
What?
A mandelbrot set is a set of number on the complex plain.
It makes a preety design when you render it
Why?
Its pretty and fun.
How?
Using vue js I want to control what a person can see in the complex plain.
todo
[ ] layout [ ] USES STORE AS A TIME MACHENE FOR PLAY BACK [ ] cahcing? [ ] resoltion [ ] magnification factor [ ] capture frames [ ] zoom gif
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint