{"id":22510994,"url":"https://github.com/xalpharax/shader-fractals","last_synced_at":"2026-02-12T06:10:26.332Z","repository":{"id":264871619,"uuid":"894474836","full_name":"xAlpharax/shader-fractals","owner":"xAlpharax","description":"Playing around with OpenGL, GLSL, GLFW, GLEW by making Interactive Fractal Visualizations for Mandelbrot, Julia and more.","archived":false,"fork":false,"pushed_at":"2025-02-21T20:18:00.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T11:45:07.258Z","etag":null,"topics":["fractal","fractal-images","fractal-rendering","fractals","glew","glfw","glsl","glsl-shader","glsl-shaders","interactive","interactive-visualizations","julia-set","mandelbrot","mandelbrot-fractal","mandelbrot-set","opengl"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xAlpharax.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":"2024-11-26T12:22:57.000Z","updated_at":"2025-03-01T17:11:09.000Z","dependencies_parsed_at":"2025-02-21T21:28:11.785Z","dependency_job_id":"413a7128-5321-4b6d-adf5-cf09d575156d","html_url":"https://github.com/xAlpharax/shader-fractals","commit_stats":null,"previous_names":["xalpharax/shader-fractals"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xAlpharax/shader-fractals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fshader-fractals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fshader-fractals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fshader-fractals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fshader-fractals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xAlpharax","download_url":"https://codeload.github.com/xAlpharax/shader-fractals/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fshader-fractals/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265801748,"owners_count":23830460,"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":["fractal","fractal-images","fractal-rendering","fractals","glew","glfw","glsl","glsl-shader","glsl-shaders","interactive","interactive-visualizations","julia-set","mandelbrot","mandelbrot-fractal","mandelbrot-set","opengl"],"created_at":"2024-12-07T02:07:41.107Z","updated_at":"2026-02-12T06:10:26.289Z","avatar_url":"https://github.com/xAlpharax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shader-fractals\n\nPlaying around with OpenGL, GLSL, GLFW, GLEW by making Interactive Fractal Visualizations for Mandelbrot, Julia and more.\n\n## Dependencies\n\nThis program requires the following dependencies to compile and run:\n\n- GLEW: The OpenGL Extension Wrangler Library, for managing OpenGL extensions.\n- GLFW: A library for creating windows, contexts, and handling inputs for OpenGL.\n- OpenGL: For rendering graphics.\n- Standard build tools: gcc, make.\n\n## Building\n\nTo build the program, run the following command:\n\n```bash\n./compile.sh\n```\n\nThis will create two executable named `mandelbrot` and `julia` in the current directory.\n\n## Running\n\nTo run the program, execute the following command:\n\n```bash\n./mandelbrot\n\n# or\n\n./julia\n```\n\n## Keybindings\n\nBoth programs have the following keybindings:\n\n- `c`: Change the color mode.\n- `i`: Invert the color mode gradient.\n- `q`: Quit the program.\n- `\u003e`: Increase MaxIterations by 100.\n- `\u003c`: Decrease MaxIterations by 100.\n\nJulia specific keybindings:\n\n- `r`: Increase Real part of the julia constant complex number.\n- `f`: Decrease Real part of the julia constant complex number.\n- `t`: Increase Imaginary part of the julia constant complex number.\n- `g`: Decrease Imaginary part of the julia constant complex number.\n\n## Cool stuff\n\nMandelbrot Set Visuals:\n\n![image1](https://github.com/user-attachments/assets/000217e9-8f50-4a05-a64b-54bcd8689f73)\n\n![image2](https://github.com/user-attachments/assets/650dd352-4d70-4a29-998d-a8d54accf915)\n\n![image3](https://github.com/user-attachments/assets/57bf2319-8a70-4770-96e7-f011b2bedf02)\n\nJulia Set Visuals:\n\n![image4](https://github.com/user-attachments/assets/e8294a9f-1e9f-4bb8-9eb4-dcbafe712abb)\n\n![image5](https://github.com/user-attachments/assets/bc630b22-ee00-42a1-bcaa-6501df514f46)\n\n## Contributing\n\nI'm actively supporting FOSS collaboration, so, if you feel like you can help in any way, file an issue in the *Issues* tab or submit a Pull Request and I will go through it.\n\n## License\n\nCopyright (C) xAlpharax\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program 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 Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxalpharax%2Fshader-fractals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxalpharax%2Fshader-fractals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxalpharax%2Fshader-fractals/lists"}