Hacker News new | ask | show | jobs
by yzdbgd 529 days ago
It's so humbling to read how complex such calculations can get. I took a crack at making a JS client side zooming app a while back and it was miserably slow and would run out of memory as the number precision was limited by JS's max float size...

Here it is nonetheless if anyone's curious :

App : https://yzdbg.github.io/mandelbrotExplorer/

Repo : https://github.com/yzdbg/mandelbrotExplorer