{"id":19111650,"url":"https://github.com/horizon-nth/fractalexplorer","last_synced_at":"2025-08-13T06:10:54.872Z","repository":{"id":194745026,"uuid":"691467384","full_name":"Horizon-NTH/FractalExplorer","owner":"Horizon-NTH","description":"Application to explore differents fractals","archived":false,"fork":false,"pushed_at":"2024-07-11T15:43:12.000Z","size":82001,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-05T12:01:58.565Z","etag":null,"topics":["application","cpp","fractal-rendering","fractals","glsl"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Horizon-NTH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-09-14T08:33:46.000Z","updated_at":"2024-06-26T16:29:09.000Z","dependencies_parsed_at":"2023-09-15T00:24:51.914Z","dependency_job_id":"816ae867-e2f0-4fcd-ad63-98ab8c55e063","html_url":"https://github.com/Horizon-NTH/FractalExplorer","commit_stats":null,"previous_names":["horizon-nth/fractalexplorer"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Horizon-NTH/FractalExplorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FFractalExplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FFractalExplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FFractalExplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FFractalExplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Horizon-NTH","download_url":"https://codeload.github.com/Horizon-NTH/FractalExplorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FFractalExplorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270191521,"owners_count":24542275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["application","cpp","fractal-rendering","fractals","glsl"],"created_at":"2024-11-09T04:29:16.577Z","updated_at":"2025-08-13T06:10:54.765Z","avatar_url":"https://github.com/Horizon-NTH.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FractalExplorer\n\n[![Release](https://img.shields.io/badge/Release-v4.0-blueviolet)](https://github.com/Horizon-NTH/FractalExplorer/releases)\n[![Language](https://img.shields.io/badge/Language-C%2B%2B-0052cf)](https://en.wikipedia.org/wiki/C++)\n[![Licence](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n## Introduction\n\n**FractalExplorer** is an application that lets you explore\nbeautiful fractals like the [Mandelbrot set](https://en.wikipedia.org/wiki/Mandelbrot_set).\n\n![Mandelbrot set](https://github.com/Horizon-NTH/FractalExplorer/blob/master/assets/screenshots/mandelbrot0.png)\n\n\u003e **Note**: If you want to see more image like this you can check\n\u003e the [gallery](https://github.com/Horizon-NTH/FractalExplorer/wiki/Gallery).\n\n## Installation Instructions\n\n\u003e You can also simply install a pre-built version [here](https://github.com/Horizon-NTH/FractalExplorer/releases).\n\n### Get Source Code\n\nYou first need to clone the [repository](https://github.com/Horizon-NTH/FractalExplorer). Make sure to\nuse [git](https://git-scm.com) and don't forget to include `--recurse-submodules` when cloning.\n\n```bash\ngit clone https://github.com/Horizon-NTH/FractalExplorer --recurse-submodules\n```\n\nYou will now able to choose between [script](#script-installation) or [manual](#manual-installation) installation\n\n- ### Script Installation\n\n  Use the [`install.sh`](https://github.com/Horizon-NTH/FractalExplorer/blob/master/install.sh) script to compile the\n  executable. You can choose to erase build files by adding `-e` / `--erase`.\n\n  ```bash\n  ./install.sh --erase\n  ```\n\n- ### Manual Installation\n\n#### Create Build Environment\n\nEnsure you have [CMake](https://cmake.org/) installed. Generate the build environment using CMake.\n\n  ```bash\n  cd FractalExplorer\n  mkdir build \u0026\u0026 cd build\n  cmake ..\n  ```\n\n#### Build\n\n- ##### CMake\n\n  Build directly using CMake:\n\n    ```bash\n    cmake --build .\n    ```\n\n  This command will create all the executable in the main folder.\n\n- ##### Microsoft Visual Studio\n\n  Alternatively, you can use [Microsoft Visual Studio](https://visualstudio.microsoft.com/) to launch the project and\n  build it. Open the `fractalexplorer.sln` file with Microsoft Visual Studio.\n\n## Usage\n\nTo learn how to use this application, please refer to the [wiki](https://github.com/Horizon-NTH/FractalExplorer/wiki).\n\n## Dependencies\n\n- **HorizonGUI**\n\n  The code relies on [HorizonGUI](https://github.com/Horizon-NTH/HorizonGUI) for all the graphics-related functionality\n  of the application.\n\n## License\n\n[**FractalExplorer**](https://github.com/Horizon-NTH/FractalExplorer) is licensed under\nthe [MIT license](https://github.com/Horizon-NTH/FractalExplorer/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorizon-nth%2Ffractalexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorizon-nth%2Ffractalexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorizon-nth%2Ffractalexplorer/lists"}