资 源 简 介
This is a C++ program using Qt to view fractals of all kinds. Currently, there are apart from the mandelbrot set a few further fractals and a preset magnetic pendulum-simulation.
My focus is not on speed but on feature-richness while retaining a good usability also for unexperienced users.
I develop in MacOSX and sometimes test in Windows 7 x64.
Features so far
Minimalistic interface (to focus on the important stuff)
Antialiasing (2x2 RGSS)
Browsing mode (Google-Earth-alike real time zooming way slower than e.g. fraqtive and dragging)
Intuitive keyboard navigation (see below)
Intuitive mouse navigation (see below)
Scaled image (very useful for quickly looking at images at a lower resolution)
Arbitrary image size
Saving images in PNG-Format
Using long doubles for fractals (80 bit depth instead of 64 bits using doubles)
Smooth coloration<