iowaguy / jackal

Jackal is a tool for visualizing the Mandelbrot Set, view demo at:
http://fractal.ben-weintraub.com
MIT License
4 stars 0 forks source link

Make rendering higher quality #6

Closed iowaguy closed 8 years ago

iowaguy commented 8 years ago

This will involve using another library like Quil or ProcessingJS to do the rendering.

iowaguy commented 8 years ago

Used Quil for image processing. Rendering is still slow, but quality is pretty good.