Releases: daelsepara/sdl-fractals
Releases · daelsepara/sdl-fractals
Minor bugfixes
Fix:
- Fixes to parameters: burningships
- Modulus colormapping
- README typos
Updates:
- universe creation scripts
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.10.5)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 65 parameter json files included
- 65 palette json files included
Minor Fix: Histogram Coloring
Fix:
- Removed extra calculation and loop in histogram coloring
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.9.6)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 65 parameter json files included
- 65 palette json files included
Fixes and Refactors
Fixes and Refactors:
- parameter renames and adjustments
- minor performance improvements
- generalized "functions" parameter
- IFS functions moved to Base IFS class
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.6)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 65 parameter json files included
- 65 palette json files included
feat: Barnsley Tree, Mandelbrot/Julia Lambda, and Decomposition
Fixes and Additions:
- input/result filters refactored into baseclass
- generalized newton fractal
- refactored color mapping
- additional complex functions
- parameter renames
- adjusted parameters
- new parameter files
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.6)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 65 parameter json files included
- 65 palette json files included
feat: Input/Result filters
Fixes and Additions:
- input/output filters (functions/transformations)
- refactor: burningship fractal as a modified mandelbrot
- updated examples in README
- new parameter files
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.5)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 59 parameter json files included
- 54 palette json files included
fix: trigonometric functions and hyperbolic trigonmetric functions
Fixes and Additions:
- fixes trigonometric and hyperbolic trigonometric functions
- get absolute value per component (input/result)
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.5)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 53 parameter json files included
- 54 palette json files included
fix: adjust parameters
Fixes and Additions:
- adjusted parameter values
- handle negative exponents
- bof (Beauty of Fractals) palette set
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.5)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 52 parameter json files included
- 54 palette json files included
Refactored code
Features:
- Palette can be set in parameter files
- New 256 pallettes
- atari 8-bit (v1 and v2)
- apple 8-bit
- windows 95
- aurora
- duel
- segacube
- sonic robo blast 2 (v1 and v2.2)
- dmc2rgb
- rgbm
... and other 8/10 level color palettes
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.5)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 43 parameter json files included
- 52 palette json files included
Feat: Defaults
Features:
- Palette can be set in parameter files
- Default palette is also provided as a json file
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.5)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 43 parameter json files included
- 33 palette json files included
Feat: Biomorphs
Features:
- Biomorphs/Clifford Pickover Stalks
- Mandelbrot and Julia fractal generator now supports the following functions:
- z^exponent
- conj(z)
- exp(z)
- trigonometric functions: sin/cos/tan/cot/sec/csc
- hyperbolic functions: sinh/cosh/tanh/coth/sech/csch
Compiled with:
- Microsoft Visual Studio Community 2022 (Version 17.7.5)
- SDL2 2.28.4
- SDL2_image 2.6.3
- SDL2 DLLs included in zip package
- 43 parameter json files included
- 32 palette json files included