Issue 10: Add support for Julia set fractals
Status:  Fixed
Owner:
Closed:  Nov 2011
Project Member Reported by ejrh00@gmail.com, Oct 30, 2011
The main requirements are:

1. GUI options for switching between Mandelbrot set and Julia set, including ability to pick location in Mandelbrot set of the Julia set.  Could something like "press J, then click on the mandelbrot fractal to choose a location point".

2. Use existing mfunc functions to calculate Julia -- could be done simply by adding addition inputs for initial value.  For Mandelbrot set, the function is "start at zero, and iteratively square and add pixel coordinates".  For Julia set, function is "start at pixel coordinates, and iteratively add Mandelbrot set location."

Oct 31, 2011
Project Member #1 ejrh00@gmail.com
Step 2 is partly done -- mfunc functions take an input for zero.  But I've not tested it with any non-zero values yet...

Labels: -Type-Defect Type-Enhancement
Oct 31, 2011
Project Member #2 ejrh00@gmail.com
(No comment was entered for this change.)
Labels: Subproject-Fractal
Nov 6, 2011
Project Member #3 ejrh00@gmail.com
Implemented in r128.  Press 4 to toggle Julia mode, using the centre of the current Mandelbrot view as the point.

Meh, that's close enough to a useable GUI!
Status: Fixed