The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
EMatrix
now supports a Gaussian blur of escape values.
- Color selection uses closer phase offsets, resulting in more muted browns and blues.
- Key handling has been deduplicated across tui and termion backends.
- Screenshot logic has been coalesced and cleaned up.
RenderContext
has been renamedRctx
.- Fractal related structs have been renamed, avoiding the misleading holomorphic term.
- The pixel coloring function has been pushed into
Rctx
.
- Fractal exponents can be changed at runtime.
- Julia and Mandelbrot Escape iterations are now smoothed.
- Basic CLI options -
--tui tui
and--tui termion
- TUI based rendering
- Height/width inversion was inverted, which caused tui based rendering to generate garbage. This ordering has been fixed.
This is the first version of the mandelbrot explorer. This release serves to mark a known good state before the application is refactored to use tui.