{"id":15055878,"url":"https://github.com/nextbreakpoint/nextfractal","last_synced_at":"2026-01-17T12:33:12.954Z","repository":{"id":30169640,"uuid":"33719991","full_name":"nextbreakpoint/nextfractal","owner":"nextbreakpoint","description":"NextFractal is an application for creating fractals and other algorithmically generated images","archived":false,"fork":false,"pushed_at":"2025-05-22T21:31:32.000Z","size":90968,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T04:12:54.934Z","etag":null,"topics":["creating-fractals","fractal-algorithms","fractal-rendering","fractals","java","javafx","javafx-application","julia-fractal","mandelbrot-fractal"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextbreakpoint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-10T09:21:42.000Z","updated_at":"2025-05-22T20:47:12.000Z","dependencies_parsed_at":"2023-12-21T13:25:55.605Z","dependency_job_id":"ae1af2a3-6756-4828-85a5-c582504b9300","html_url":"https://github.com/nextbreakpoint/nextfractal","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/nextbreakpoint/nextfractal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextbreakpoint%2Fnextfractal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextbreakpoint%2Fnextfractal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextbreakpoint%2Fnextfractal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextbreakpoint%2Fnextfractal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextbreakpoint","download_url":"https://codeload.github.com/nextbreakpoint/nextfractal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextbreakpoint%2Fnextfractal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creating-fractals","fractal-algorithms","fractal-rendering","fractals","java","javafx","javafx-application","julia-fractal","mandelbrot-fractal"],"created_at":"2024-09-24T21:46:52.413Z","updated_at":"2026-01-17T12:33:07.935Z","avatar_url":"https://github.com/nextbreakpoint.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextFractal 2.4.0\n\nCopyright 2015-2024 Andrea Medeghini\n\n\n## NOTICE\n\nNextFractal is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nNextFractal is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with NextFractal. If not, see http://www.gnu.org/licenses/.\n\nNextFractal depends on several open source libraries including JavaFX, FreeImage, FFmpeg, and ANTLR.\n\nNextFractal contains Java code derived from C/C++ code of applications Xaos and ContextFree.\n\n\n## DESCRIPTION\n\nNextFractal is an application for creating fractals and other algorithmically generated images. Images are generated from instructions contained in a script. NextFractal provides tools for rendering images, creating time-based and event-based animations, and exporting images and animations.\n\nNextFractal is currently able to interpret two scripting languages: Mandelbrot and CFDG. Mandelbrot is a domain specific language for creating images of the Mandelbrot set and its variants (the Julia and Fatou sets). CFDG is a context-free grammar for creating images by an iterative process.\n\n\n## SYSTEM REQUIREMENTS\n\nNextFractal has been tested on OS X 14 (Intel), Windows 11, and Linux/Ubuntu 22.04. NextFractal requires a machine with at least 4-cores CPU and 8Gb RAM.\n\n\n## DOCUMENTATION\n\nPlease see the [Wiki](https://github.com/nextbreakpoint/nextfractal/wiki) for documentation. The wiki contains a tutorial for the scripting language, and examples of scripts.\n\n\n## BUILD INSTRUCTIONS\n\nGet the code from https://github.com/nextbreakpoint/nextfractal:\n\n    git clone https://github.com/nextbreakpoint/nextfractal.git\n\nInstall Eclipse Temurin 22 JDK and configure the environment variable JAVA_HOME if needed. Install Apache Ant 1.10 and Apache Maven 3.9. Install Xcode and the development command line tools (only for Mac).\n\nMake sure that the toolchains file contains the correct path of the JDK for you operating system. Make sure that both ant and mvn commands are present in the command path.   \n\nRun ant with target build-mac to build the distribution for Mac:\n\n    ant build-mac\n\nRun ant with target build-linux to build the distribution for Linux:\n\n    ant build-linux\n\nRun ant with target build-windows to build the distribution for Windows:\n\n    ant build-windows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextbreakpoint%2Fnextfractal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextbreakpoint%2Fnextfractal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextbreakpoint%2Fnextfractal/lists"}