Skip to content

Mandelbrot with mouse handling

Marco Stefanetti requested to merge stefanettim/aparapi-examples:b2 into master

Mandelbrot set with mouse handling

double click : recenter
mouse wheel : zoom
mouse drag : move

3 files:
AfGUI.java swing and mouse handling
AfKernel.java only math
AfMain.java interact with GUI and the kernel

Merge request reports