As with the colour wheel, if you use setTimeout/interval for each scanline then the IDE window and REPL will stay responsive while rendering (it's also unlikely to noticeably increase the time taken to render)
also: that would be a pretty cool clock face - just slowly re-render the mandelbrot zooming in all the time :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Wow, looks great!
As with the colour wheel, if you use setTimeout/interval for each scanline then the IDE window and REPL will stay responsive while rendering (it's also unlikely to noticeably increase the time taken to render)
also: that would be a pretty cool clock face - just slowly re-render the mandelbrot zooming in all the time :)