{"id":18866326,"url":"https://github.com/adia-dev/bmp_fractals_cpp","last_synced_at":"2026-02-12T22:30:17.109Z","repository":{"id":209223598,"uuid":"723504694","full_name":"adia-dev/bmp_fractals_cpp","owner":"adia-dev","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-25T23:16:58.000Z","size":822,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T06:47:06.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/adia-dev.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}},"created_at":"2023-11-25T21:54:31.000Z","updated_at":"2023-11-25T21:54:36.000Z","dependencies_parsed_at":"2023-11-25T23:37:51.959Z","dependency_job_id":null,"html_url":"https://github.com/adia-dev/bmp_fractals_cpp","commit_stats":null,"previous_names":["adia-dev/bmp_fractals_cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Fbmp_fractals_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Fbmp_fractals_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Fbmp_fractals_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Fbmp_fractals_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adia-dev","download_url":"https://codeload.github.com/adia-dev/bmp_fractals_cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816332,"owners_count":19701752,"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":[],"created_at":"2024-11-08T05:06:15.538Z","updated_at":"2026-02-12T22:30:16.792Z","avatar_url":"https://github.com/adia-dev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMP Image Generation and Fractals in C++\n\nThis project is a demonstration of BMP image generation from scratch in C++. In addition, it explores the creation of fractals using this image generation capability.\n\n## Prerequisites\n\n- CMake 3.26 or higher\n- C++17 compiler\n- Debug build type\n\n## Build and Run\n\nTo build the project, use the following commands:\n\n```cpp\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nTo execute the program, run:\n\n```zsh\n./bmp_fractal\n```\n\n## What I Learned\n\nWorking on this project has been a valuable learning experience. Here are some key takeaways:\n\n1. **Image Generation**: I gained insights into generating BMP images from scratch, understanding the file format, and manipulating pixel data.\n\n2. **Fractals**: I explored fractal generation techniques, which allowed me to create stunning visual patterns.\n\n3. **Struct Padding and Packing**: Dealing with BMP file structures helped me understand struct padding and packing, ensuring data alignment.\n\n4. **Clean and Concise Code**: Writing clean and concise code became crucial for this project, improving readability and maintainability.\n\n## Demo Images\n\nHere are some demo images generated with this project:\n\n### Red Pixel:\n\u003cdiv style=\"text-align:center;\"\u003e\n    \u003cimg src=\"out/red_pixel.bmp\" alt=\"Red Pixel\" width=\"10\" height=\"10\"\u003e \u003c!-- Small Red Pixel --\u003e\n\u003c/div\u003e\n\n### Mandelbrot Fractal:\n![Mandelbrot](out/mandelbrot.bmp)\n\n### Julia Fractal(Purple Color Palette):\n![Julia](out/julia.bmp)\n\n### Burning Ship Fractal(Blue/Green Color Palette):\n![Burning Ship](out/burning_ship.bmp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadia-dev%2Fbmp_fractals_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadia-dev%2Fbmp_fractals_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadia-dev%2Fbmp_fractals_cpp/lists"}