Skip to content

v2.0.1 bugfix

Compare
Choose a tag to compare
@ChrisMzz ChrisMzz released this 31 Oct 12:20
· 27 commits to main since this release

Browser fixes

Added _internal files for browser to properly function as some were missing from previous release.
Fixed bug where console could not be accessed in browser.

Explorer fixes

Fixed bug where frctl files opened outside of explorer executable directory would cause explorer to crash.

Added notes

Added a couple example frctl files in dump to showcase some interesting fractals. The files are named name+order.
Note : the "order" currently tracks how many terms of different orders of $z$ are in the series expansion. This is counter-intuitive as any function $z^2+c$ would then be interpreted as of order 3, so I might need to change it entirely in a later version to make the order array size minus 1.