https://github.com/dykstrom/jppf-mandel
Using a JPPF grid to calculate Mandelbrot fractals
https://github.com/dykstrom/jppf-mandel
fractals java jppf
Last synced: 11 months ago
JSON representation
Using a JPPF grid to calculate Mandelbrot fractals
- Host: GitHub
- URL: https://github.com/dykstrom/jppf-mandel
- Owner: dykstrom
- License: gpl-3.0
- Created: 2020-01-11T15:34:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T15:57:16.000Z (over 6 years ago)
- Last Synced: 2025-04-09T08:39:26.570Z (about 1 year ago)
- Topics: fractals, java, jppf
- Language: Java
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jppf-mandel
Using a [JPPF](https://www.jppf.org) grid to calculate
[Mandelbrot](https://en.wikipedia.org/wiki/Mandelbrot_set) fractals.
[JPPF](https://www.jppf.org) is an "open source grid computing solution".
Before running this program, you need to start one JPPF server, and
at least one JPPF node.