Skip to content

Releases: nextbreakpoint/nextfractal

NextFractal 2.0.3

23 Feb 18:48
dd49208
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Add Java 9 support in native launcher
  • Fix issues with Java 9

NextFractal 2.0.2

19 Nov 01:14
550dbaa
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Increase default JVM max memory to 3g
  • Update version of dependencies
  • Fix native launcher permissions on Linux
  • Fix bug in native launcher which prevents application from starting on MacOS High Sierra

NextFractal 2.0.1

17 Apr 15:33
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Add new examples of Mandelbrot and Julia sets
  • Optimisation of ContextFree's rendering process
  • Fix several bugs in ContextFree module

NextFractal 2.0.0

07 Jan 16:49
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Improvements of user interface
  • Events based animation
  • Time based animation
  • Add interpreter of CFDG scripts
  • Add renderer of CFDG images
  • Add video encoding
  • Add periodic functions
  • Add native launchers for all platforms
  • Performance tuning and optimisation
  • Fix several bugs

NextFractal 1.3.0

15 Oct 10:35
Compare
Choose a tag to compare

Release Notes

This release includes:

  • New user interface and icons
  • Fix initial location of fractals browser
  • Fix issue with Linux and PNG export

NextFractal 1.2

22 Aug 07:39
Compare
Choose a tag to compare

Release Notes

Features implemented in this release:

  • M language for Mandelbrot and Julia sets
  • Syntax highlighting and errors reporting
  • Export images as PNG in background
  • Load & Save fractals as XML files
  • Load fractal file when dropped in window
  • Images browser to list fractals in a grid
  • Continuous zoom of Mandelbrot and Julia sets
  • Rotation of Mandelbrot and Julia sets
  • Compile source code into Java classes
  • Optimised math functions
  • Interpreter of source code
  • History of recent fractals
  • Parameters editor
  • Show & Hide Julia preview
  • Show & Hide state orbit
  • Show & Hide orbit traps
  • Examples of fractals
  • Improved build scripts