/fractal-generator

Work-in-progress fractal generator with my Standards library.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Fractal Generator

About Fractal Generator

CodeFactor GitHub contributors GitHub commit activity GitHub repo size GitHub issues open GitHub issues closed

Fractal-Generator is a small program that allows users to generate fractals (go figure!). The user may enter a complex equation and view the fractal. Not only that, zooming into the fractal is supported as well. There is also a feature to undo a zoom.

Dependencies

This program uses my Standards (now Theta) library. The JAR file is included in the /lib/ directory.

Rebuilding Fractal Generator

Clone the repository to your computer and compile via your favorite IDE or terminal environment. Make sure to add the Standards JAR to the build path.

Reporting Bugs

See the Issues Tab.

Version History

The master branch encompasses all changes. A version of this which is multi-threaded is present, but does not work correctly (i.e. the performance between the two is negligible).