{"id":25923861,"url":"https://github.com/abdellah-nsila/fract-ol","last_synced_at":"2026-05-20T05:10:29.694Z","repository":{"id":278968053,"uuid":"931003596","full_name":"Abdellah-Nsila/fract-ol","owner":"Abdellah-Nsila","description":"A graphical project exploring fractals and complex dynamics.","archived":false,"fork":false,"pushed_at":"2025-02-22T20:43:50.000Z","size":2647,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T17:18:17.395Z","etag":null,"topics":["1337","42born2beroot","42fract-ol","burning-ship","c","complex-numbers","fract-ol","fractal","julia","julia-fractal","julia-set","mandelbrot","mandelbrot-fractal","mandelbrot-set"],"latest_commit_sha":null,"homepage":"","language":"C","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/Abdellah-Nsila.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":"2025-02-11T15:10:04.000Z","updated_at":"2025-02-22T20:43:54.000Z","dependencies_parsed_at":"2025-02-22T21:37:39.701Z","dependency_job_id":null,"html_url":"https://github.com/Abdellah-Nsila/fract-ol","commit_stats":null,"previous_names":["abdellah-nsila/fract-ol"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdellah-Nsila%2Ffract-ol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdellah-Nsila%2Ffract-ol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdellah-Nsila%2Ffract-ol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdellah-Nsila%2Ffract-ol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdellah-Nsila","download_url":"https://codeload.github.com/Abdellah-Nsila/fract-ol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241705919,"owners_count":20006399,"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","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":["1337","42born2beroot","42fract-ol","burning-ship","c","complex-numbers","fract-ol","fractal","julia","julia-fractal","julia-set","mandelbrot","mandelbrot-fractal","mandelbrot-set"],"created_at":"2025-03-03T17:18:25.641Z","updated_at":"2026-05-20T05:10:29.643Z","avatar_url":"https://github.com/Abdellah-Nsila.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fract-ol\n - It’s time for you to create a basic computer graphics project!\nYou are going to use the school graphical library: the MiniLibX! This library was\ndeveloped internally and includes basic necessary tools to open a window, create images\nand deal with keyboard and mouse events.\nThis will be the opportunity for you to get familiar with the MiniLibX, to discover\nor use the mathematical notion of complex numbers, to take a peek at the concept of\noptimization in computer graphics and practice event handling\n\n - This project is about creating a small fractal\nexploration program. First, you have to know what\na fractal is.\n\n## [Complex Numbers](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Complex_Numbers.md)\n\n## [Map To Logical Plan](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Map_To_Logical_Plan.md)\n\n## [Zoom](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Zoom.md)\n\n## [Mandelbrot Set](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Mandelbrot_Set.md)\n\n\n## Mandelbrot square set\n\n![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_sq_1.png)\n![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_sq_2.png)\n![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_sq_3.png)\n\n## Mandelbrot cube set\n\n![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_cub_1.png)\n![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_cub_2.png)\n![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_cub_3.png)\n\n## Julia square set\n\n![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_sq_1.png)\n![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_sq_2.png)\n![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_sq_3.png)\n\n## Julia cube set\n\n![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_cub_1.png)\n![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_cub_2.png)\n![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_cub_3.png)\n\n## Burningship square set\n\n![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_sq_1.png)\n![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_sq_2.png)\n![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_sq_3.png)\n\n## Burningship cub set\n\n![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_cub_1.png)\n![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_cub_2.png)\n![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_cub_3.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdellah-nsila%2Ffract-ol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdellah-nsila%2Ffract-ol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdellah-nsila%2Ffract-ol/lists"}