Flickering between Mandelbrot recalculation. #40
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
One of @Paul-31415's fascinating contributions to Neurite is the ability for the fractal rendering to fully recalculate the svg positions at moments when a full refresh of the view is necessary. This is a significant reason why one can zoom so far into Neurite and could perhaps always have potential for both creative and/or obvious further iterations.
The relevant code is found in mandelbrot.js
Here is a snippet.
This area of the code is the most directly relevant but is also not the full picture.
The current version of the recalculation is vastly improved from its initial
// TODO
however, one issue is a flickering where it appears the view is rotated for a frame before correctly restoring.
This is an issue which may not even be that hard to fix compared to what we have tackled so far, but is an area of the code I wanted to point out, as it is an entry-point into thinking about how the fractal rendering methods could be further expanded upon.
The text was updated successfully, but these errors were encountered: