Skip to content

Releases: daelsepara/sdl-fractals

Minor bugfixes

02 Aug 14:17
Compare
Choose a tag to compare

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

26 Jul 05:44
Compare
Choose a tag to compare

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

13 Nov 05:15
Compare
Choose a tag to compare

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

02 Nov 01:51
Compare
Choose a tag to compare

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

25 Oct 16:12
Compare
Choose a tag to compare

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

23 Oct 10:05
Compare
Choose a tag to compare

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

23 Oct 04:47
Compare
Choose a tag to compare

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

21 Oct 11:12
Compare
Choose a tag to compare

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

20 Oct 14:00
Compare
Choose a tag to compare

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

20 Oct 04:57
Compare
Choose a tag to compare

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