Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottgigawatt/fractal-explorer

A distributed fractal explorer for uncovering the mathematical beauty of fractals
https://github.com/scottgigawatt/fractal-explorer

fractals mandelbrot

Last synced: about 7 hours ago
JSON representation

A distributed fractal explorer for uncovering the mathematical beauty of fractals

Awesome Lists containing this project

README

        

# fractal-explorer

Distributed fractal explorer for discovering the mathematical beauty of infinite complexity.

## Prerequisites

Java 8 and Apache Maven >= 3.5.0 are required to package and run this program.

## Usage

Clone this repository and issue the following commands from the project root directory to package and run this program:

```bash
mvn package
java -jar target/fractal-explorer-1.0-SNAPSHOT.jar
```