{"id":25736941,"url":"https://github.com/phdenzel/julia","last_synced_at":"2026-04-28T01:32:57.428Z","repository":{"id":146779616,"uuid":"86484833","full_name":"phdenzel/julia","owner":"phdenzel","description":"Explore fractal structures with this Julia set generator","archived":false,"fork":false,"pushed_at":"2018-03-14T23:58:13.000Z","size":1449,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T23:03:11.789Z","etag":null,"topics":["c","fractals","julia-sets","sdl2"],"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/phdenzel.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":"2017-03-28T16:51:22.000Z","updated_at":"2018-04-18T08:45:25.000Z","dependencies_parsed_at":"2023-04-26T12:00:49.019Z","dependency_job_id":null,"html_url":"https://github.com/phdenzel/julia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phdenzel/julia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fjulia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fjulia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fjulia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fjulia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phdenzel","download_url":"https://codeload.github.com/phdenzel/julia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fjulia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["c","fractals","julia-sets","sdl2"],"created_at":"2025-02-26T06:31:54.744Z","updated_at":"2026-04-28T01:32:57.411Z","avatar_url":"https://github.com/phdenzel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# julia\n\nA Julia set generator programmed in C using the SDL2 library.\n\nFractals are of great mathematical as well as artistical interest. They can be generated in different ways, **strange attractors** and **Lindenmayer systems** being some of the more prominent keys. \nThe easiest way however, is **iterating a system of functions**, which probably reflects the self-similar, repetitive nature of fractals best.\n\nUsing \n\n```math\nf(z) = z*z + c   | z,c are complex numbers\n```\nas iterative function, we can generate Julia sets, of which the Mandelbrot set is a specific variant.\n\n### Install\n\nTo compile the code, cd into the directory and type\n\n```bash\nmake julia\n```\n\nPrerequisite is the GNU compiler `gcc-6` or any other c-compiler. Just make sure to apply according adjustments to the `Makefile` if you want to use another compiler.\n\nAnother requirement is the c-library `\u003cSDL2/SDL.h\u003e`, for real-time graphics.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Fjulia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphdenzel%2Fjulia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Fjulia/lists"}