Throwback to last year: My Mandelbrot Wellerman

ASCII pirate by @ngons

#mastoart #codeart #fractal #burningship #mandelbrot #wellerman #parody

Last updated 1 year ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

Kalles Fraktaler 2 + development is mostly stopped from my side.

Here are some KF2+:

- FractalShades (Python)
- Fractal Zoomer (Java)
- Fraktaler 3 (C++)

For more details see:
mathr.co.uk/kf/kf.html#future

Important KF bug fixes may still be released from time to time, but I do not have enough time to implement the () optimisation in this project.

BLA is much better than and (which is called NanoMB1 in KF), in terms of efficiency of calculations, generality of applicability, simplicity of implementation, and robustness of results.

#burningship #MandelbrotSet #mandelbrot #fractal #escapetime #DeepZoom #zoom #deep #fast #Fraktaler #Kalles #KallesFraktaler2 #KallesFraktaler #KF2 #kf #BivariateSeriesApproximation #SeriesApproximation #bla #BilinearApproximation #alternativeto

Last updated 2 years ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

kf-2.15.5 released!

full announce: mathr.co.uk/blog/2021-12-05_kf

highlights include single reference implementation for glitch avoidance (as suggested by Zhuoran on fractal forums), and lots of new formulas (mostly from FractalAlex)

this is probably the last kf release from me for the foreseeable future...

#DeepZoom #escapetime #burningship #MandelbrotSet #fractals #fractal #KallesFraktaler2 #KallesFraktaler #KF2 #kf

Last updated 3 years ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

Worked a bit on today. Saving one addition in the perturbation inner loop makes take 6% less CPU time in that phase. Doing some more for the derivatives saves 17% overall. Other formulas show higher savings, but it's slow doing these by hand (KF has around 100 formulas, today I optimized 5 of them...).

code.mathr.co.uk/kalles-frakta

#burningship #cse #CommonSubexpressionElimination

Last updated 3 years ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

New bugfix release: mathr.co.uk/kf/kf.html#kf-2.15

- fix SIMD implementation of sgn() (test location by FractalAlex)
- fix opengl pack alignment for non-multiple-of-4 width bitmaps
- fix palette From Image not updating number of colours (reported by Microfractal)
- fix palette From Image to use maximum of width and height
- add PNG to supported images for palette From Image (reported by Microfractal)
- fix argmin|z| glitch correction for OpenCL
- report detailed timing information in command line mode
- update dependencies
- boost to 1.76.0
- tiff to 4.3.0
- openexr to 2.5.6
- glfw to 3.3.4

#burningship #MandelbrotSet #fractals #fractal #escapetime #DeepZoom #zoom #deep #KallesFraktaler2 #KallesFraktaler #KF2 #kf

Last updated 3 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org
claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

mathr.co.uk/kf/kf.html#kf-2.15
mathr.co.uk/kf/kf.html#kf-2.14

Two bugfix releases of in current branch and stable branch: turns out switching from to model had some unforeseen consequences (aka bugs, one of which was "zooming out sometimes resets zoom to infinity or zero" which broke interactive use), so I reverted those changes.

is fast for etc

#burningship #MandelbrotSet #freesoftware #DeepZoom #fractal #KallesFraktaler2 #threading #posix #win32 #mingw #kf

Last updated 4 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

mathr.co.uk/kf/kf.html#kf-2.15
kf-2.15.1.5 released!

- fix long double rendering for hybrid formulas with abs
- fix typos breaking OpenCL floatexp bailout checks
- fix guessing for OpenCL floatexp
- fix endless reference loop in OpenCL
- merge changes from kf-2.14.10.6

mathr.co.uk/kf/kf.html#kf-2.14
kf-2.14.10.6 released!

- fix long double rendering for formulas with abs
- fix floatexp rendering for fractional bailout norm power
- fix some float conversion warnings and potential problems
- make prepare script modular (second argument determines libraries to build, default is all libraries)
- patch OpenEXR to try to fix issues with non-ASCII paths on Windows

aka is for like etc. For Windows but works in Wine and is cross-compiled from Linux using MinGW.

#burningship #MandelbrotSet #fractal #escapetime #freesoftware #DeepZoom #fast #KallesFraktaler2 #KallesFraktaler #kf

Last updated 4 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

kf-2.15.1 released!
with OpenCL acceleration, hybrid formula designer, exponential map, and more
get it from mathr.co.uk/kf/kf.html#kf-2.15

- support for perturbation iterations (requires double precision support on device: should work, some might not)
- editor (design your own fractal formula)
- coordinate transformation (useful for export to for efficient assembly)
- rotation and skew transformations are rewritten to be more flexible (but old skewed/rotated KFR locations will not load correctly)
- kf-tile.exe tool supports the new rotation and skew transformations
- the bitrotten skew animation feature is removed
- a few speed changes in built in formulas (one example, RedShiftRider 4 with derivatives is almost 2x faster due to using complex analytic derivatives instead of 2x2 Jacobian matrix derivatives)
- flip imaginary part of Buffalo power 2 (to match other powers; derivative was flipped already)
- slope implementation rewritten (appearance is different but it is now independent of zoom level and iteration count)
- smooth (log) iteration count is offset so dwell bands match up with the phase channel

#kf #KallesFraktaler #burningship #MandelbrotSet #mandelbrot #freesoftware #software #free #fractals #fractal #DeepZoom #zoom #deep #video #zoomasm #ExponentialMap #HybridFormula #gpu #cpu #opencl

Last updated 4 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

"Charred Bard"

archive.org/details/charred-ba
youtu.be/NMKBBk-yf_4

into a , in black on white with rainbow fringes.

59 iterations of formula, then 1 iteration of formula, then repeat, until escape.

137bpm soundtrack is composed in , using tempo-synced feedback delays with 1/2-octave bandpass filter bank, where each band's gain depends on the level of the bands below.

Rendered as an exponential map with work-in-progress KF-next, using a custom zoom assembler to flatten it into video frames.

#clive #techno #burningship #MandelbrotSet #fractal #hybrid #zoom

Last updated 4 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

archive.org/details/special-br

Short into a , in black on white with rainbow fringes.

59 iterations of formula, then 1 iteration of formula, then repeat, until escape.

Soundtrack is an experiment in extreme timestretching.

Rendered as an exponential map with work-in-progress KF-next, using a custom zoom assembler to flatten it into video frames.

#burningship #MandelbrotSet #fractal #hybrid #zoom

Last updated 4 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

kf-2.14.10.2 released
mathr.co.uk/kf/kf.html#kf-2.14

- store zoom out sequence was saving JPEG contents in PNG filenames sometimes
- store zoom out sequence was forcing some kind of center reuse even when not requested (reported by saka and Azula)
- store zoom out sequence was sometimes not saving metadata in image files correctly
- setting bad SIMD vector size in KFS could crash (reported by FractalAlex)
- setting window size/image size from KFS should be better behaved now
- refactor default loading (now it loads default location kf.kfr from next to EXE, as well as default settings kf.kfs; defaults are only loaded when respective command line options are not given)
- don't recalculate fractal when changing window size (reported by FK68)
- fix buffer overflow crash in iterdiv -> string for GUI, also fix loss of precision (reported by FK68)
- fix typos causing last few pixels to be corrupt in SIMD
- remove annoying dialogs about derivatives (requested by gerrit)

- upgrade to boost 1.73.0
- upgrade to mpfr 4.1.0
- upgrade to tiff 4.1.0
- upgrade to glm 0.9.9.8
- upgrade to openexr 2.4.2

- don't upgrade to pixman 0.40.0 ( gitlab.freedesktop.org/pixman/ )

#bugfix #zoom #deep #burningship #mandelbrot #fractal

Last updated 4 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

KF 2.14.10 released! Highlights:
mathr.co.uk/blog/2020-05-25_kf

etc

Big changelog this time: read it and download from mathr.co.uk/kf/kf.html#kf-2.14
(binaries for 64bit Windows run in Wine on Linux where I do my coding, cross-compiling using )

#MINGW64 #SeriesApproximation #perturbation #software #DeepZoom #burningship #mandelbrot #fractal #kf #KallesFraktaler2

Last updated 4 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

new mathr.co.uk/kf/kf.html#kf-2.14

- feature: SIMD support for accelerated perturbation calculations at shallow-to-moderate zoom depths.
- feature: Newton-Raphson zooming completion estimate (number of steps)
- feature: Newton-Raphson zooming progress backups (after each step)
- feature: fewer required fields when loading location parameters (allows loading the NR-zoom backups)
- feature: directional DE stored in EXR as `DEX` and `DEY` channels, and used for slopes colouring with `Analytic` differences (requires derivatives, fixes noisy texture when jitter is enabled)
- feature: 64bit iteration count support (limit is now 9 exa-iterations up from 2 giga-iterations), use EXR for export. This feature is very experimental, I haven't had the patience to test it properly. Please report back success or failure.
- note: periods are still 32bit and limited to 2 giga-iterations
- bugfix: command line --save-exr now sets non-interactive mode flag.
- note: built for 64bit only; 32bit hardware is obsolete by now.
- note: distribution package compressed with 7-zip for smaller size.
- upgrade to openexr 2.4.0
- upgrade to mingw64 g++ 9.2.1-8+22~exp1 (Debian experimental) and rebuild everything

#kf #release #mandelbrot #burningship #fractals #deep #zoom

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

Trying to get "scaled double" working for in . Purpose of rescaling is to avoid floating point underflow to 0.0. Something is broken however, I suspect it has to do with glitch detection as dead-center miniships do much better).

Burning Ship iterations:
Xrn = Xr * Xr - Xi * Xi + Cr;
Xin = abs(2 * Xr * Xi) + Ci;

Perturbed Burning Ship iterations:
xrn = (2 * Xr + xr) * xr - (2 * Xi + xi) * xi + cr;
xin = 2 * diffabs(Xr * Xi, Xr * xi + xr * Xi + xr * xi) + ci;

Rescaled perturbed Burning Ship iterations (S * s = 1, actual orbit is X + x * s):
xrn = (2 * Xr + xr * s) * xr - (2 * Xi + xi * s) * xi + cr;
xin = 2 * diffabs(Xr * Xi * S, Xr * xi + xr * Xi + xi * xr * s) + ci;

diffabs(Z,z) evaluates abs(Z+z)-abs(Z) without catastrophic precision loss, by doing case analysis on the signs of Z and Z+z. Technique invented by laser blaster at fractalforums.com.

#maths #burningship #fractal #kf

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

/ / Mandelbrot

Parameter data for (usually this is stored in image metadata, but Mastodon strips that out...):

```
MBM
z := z^p + c
z := (|x| + i |y|)^p + c
z := z^p + c

p=2
q=1
d=1.0
e=0.0
a=-0.19713518046622788536003
b=-0.65184481359655471603044
r=1.9073486328125e-6
t=(8.715574274765861e-2,0.9961946980917454,-0.9961946980917454,8.715574274765861e-2)
n=4096

de=1.0
```

#mandelbrot #burningship #hybrid #fractal #art #et

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

I got checking working for the , based on Xavier Buff's method for the Mandelbrot set presented by Arnaud Cheritat: math.univ-toulouse.fr/~cherita

Replace `der` by the Jacobian $L$ w.r.t. $(x_1, y_1)$. Replace `squared_modulus(der)` with $|\det{L}|$. Arbitrarily use the pixel spacing for `eps`.

Should be straightforward to generalize the idea for other formulas.

The red zone of unknown is troubling - I wonder what is really going on in there.

#interior #burningship

Last updated 6 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

a = 0.1343601340757372719363390615284261744165
b = -0.6851921014889349327518356825806140975126
s = 7.3485744548807846e-24
t = (1,0,0,1)
formula:
z := z^2 + c
z := z^2 + c
z := (|x| + i |y|)^2 + c
z := (|x| + i |y|)^2 + c

#hybrid #mandelbrot #burningship #fractals #monochrome #art #bubbles

Last updated 6 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

(power 4)

a = 0.639842372544549201204928357495775021977648268509402840359034
b = 0.135996460127830318428355021688587977964732034634690759751358
s = 5.7332335426957978e-43
t = (0.6928120449739648,-0.713231167787216,0.7163656381606373,0.7059139674028518)

#quartic #burningship #fractals #art #monochrome #opart

Last updated 6 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

```
a = -1.7641372147884787988956820414441815
b = -3.1027166627556593979334487138566918e-2
s = 8.6736173798840355e-19
t = (0.6692182114898958,3.0642424452739516,2.90512202528787,14.796366937687294)
```
(`a+bi` is coordinates of center, `s` is inradius of view, `t` is a site-specific non-uniform stretch 2x2 matrix transformation applied to the pixel coordinates)

#burningship #fractals #art #monochrome #lines

Last updated 6 years ago