{"id":16265092,"url":"https://github.com/robaina/mandeltravel","last_synced_at":"2026-01-21T03:08:37.130Z","repository":{"id":123157567,"uuid":"98024530","full_name":"Robaina/MandelTravel","owner":"Robaina","description":"Travelling across the Mandelbrot set","archived":false,"fork":false,"pushed_at":"2017-07-22T10:56:29.000Z","size":2110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-27T15:57:29.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Matlab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Robaina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-22T10:33:44.000Z","updated_at":"2017-07-22T10:56:29.000Z","dependencies_parsed_at":"2023-03-30T16:34:37.000Z","dependency_job_id":null,"html_url":"https://github.com/Robaina/MandelTravel","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"1ae5020a187826361acc9c0ec0d40ea20a6b4226"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Robaina/MandelTravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robaina%2FMandelTravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robaina%2FMandelTravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robaina%2FMandelTravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robaina%2FMandelTravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robaina","download_url":"https://codeload.github.com/Robaina/MandelTravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robaina%2FMandelTravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"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":[],"created_at":"2024-10-10T17:06:09.575Z","updated_at":"2026-01-21T03:08:37.116Z","avatar_url":"https://github.com/Robaina.png","language":"Matlab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MandelTravel\nTravelling across the Mandelbrot set\n\nThis project aims at developing an application which allows the user to travel the Mandelbrot set.\nThe Mandelbrot set can be regarded as a parameter space of the Julia sets, in which each complex number\nin the Mandelbrot set defines a Julia set.\nThe idea is to select a path on the set. Then a video will show a movie of the succesion of Jualia sets\ncorresponding to the parameter values traversed through the path. At the same time the user can follow the\npath on the set. This gives an idea of how the population of Julia sets looks like on the Mandelbrot set.\nA further implementation would allow to reconstruct 3D images composed of the several secctions of Julia sets\nobtained througout the path,\n\nCurrenlty only a first version is provided in MATLAB code. This version allows to select a path on the Mandelbrot\nset and see the movie generated by the Julia sets. To this end, the function\n\n\"W = mandelbrot(n)\" \n\nmust be used first obtain matrix W where the Mandelbrot set is encoded. \nThe entries w_kj in the matrix correspond to the value of the iteration \n\nZn+1 = zn^2 + c_kj\n\nwith z0 = 0 \nc_kj = k + i*j\n\nThat is, the complex plane has been discretize with a grid (details in the function \"mandelbrot\")\nThe parameter \"n\" controls the number of iteration and hence the resolution of the Mandelbrot set.\n\nAfter W is generated, the function mandeltravel(W) can be called. The path is selected by left-clicking \nwith the mouse. Once the path is chosen press enter to generate the movie.\n\nThe MATLAB code will be substituted by open source code. Also, possible a version in Java, which can\nbe run in an standalone way would be preferred.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobaina%2Fmandeltravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobaina%2Fmandeltravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobaina%2Fmandeltravel/lists"}