Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scottgigawatt/fractal-explorer
- Owner: scottgigawatt
- Created: 2020-12-03T23:11:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T23:11:40.000Z (almost 4 years ago)
- Last Synced: 2024-04-13T02:29:11.004Z (7 months ago)
- Topics: fractals, mandelbrot
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```