{"id":20238017,"url":"https://github.com/sstunickss/Maze-Image-Generator","last_synced_at":"2026-06-05T08:32:01.656Z","repository":{"id":167882030,"uuid":"425055480","full_name":"joshuainovero/Maze-Image-Generator","owner":"joshuainovero","description":"MazeImage++ is a library for C++ that allows you to generate maze images.","archived":false,"fork":false,"pushed_at":"2021-11-15T04:49:39.000Z","size":2517,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T01:13:37.463Z","etag":null,"topics":["image","image-generator","image-processing","maze","recursive-backtracking-algorithm"],"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/joshuainovero.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":"2021-11-05T18:59:34.000Z","updated_at":"2021-11-15T04:49:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"6392b971-2e56-47a7-a71f-ed3357402e90","html_url":"https://github.com/joshuainovero/Maze-Image-Generator","commit_stats":null,"previous_names":["joshuainovero/maze-image-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuainovero%2FMaze-Image-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuainovero%2FMaze-Image-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuainovero%2FMaze-Image-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuainovero%2FMaze-Image-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshuainovero","download_url":"https://codeload.github.com/joshuainovero/Maze-Image-Generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241685469,"owners_count":20003101,"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":["image","image-generator","image-processing","maze","recursive-backtracking-algorithm"],"created_at":"2024-11-14T08:30:19.688Z","updated_at":"2026-06-05T08:32:01.612Z","avatar_url":"https://github.com/joshuainovero.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maze Image Generator - MazeImage++ #\nMazeImage++ is a library for C++ that allows you to generate maze images.\n\n## External Dependencies ##\n- \u003ca href=\"https://imagemagick.org/script/download.php\"\u003eImageMagick\u003c/a\u003e\n- \u003ca href=\"http://cimg.eu/\"\u003eCImg library\u003c/a\u003e\n\n## Supported Image Formats ##\n- JPG\n- PNG\n\n## Setup ##\n- For linux:\n```sh\nsudo apt install libx11-dev\nsudo apt install imagemagick\n```\n- Run CMake\n- Go to build directory and run makefile to build static library.\n- After the build is complete, go to the 'example' directory to test the library.\n- Compile GenMaze.cpp:\n```sh\ng++ -std=c++17 -I../include GenMaze.cpp -L../lib -limg_maze\n```\n\n## Generated Maze Image Samples ##\n# Mazes without solution #\nLarge maze\n![large_maze](https://user-images.githubusercontent.com/78135477/140655627-f7d3e1de-aca5-4fd6-9789-aee5d357d915.png)\n\u003cbr\u003e\u003cbr\u003e\nMedium maze\n![medium_maze](https://user-images.githubusercontent.com/78135477/140655634-c13e53e5-8608-4347-ba8c-dbe8b44749d4.png)\n\u003cbr\u003e\u003cbr\u003e\nSmall maze\n![small_maze](https://user-images.githubusercontent.com/78135477/140655648-ada21a7d-ba15-47a8-82dc-23060a49fb98.png)\n\n# Mazes with solution #\nLarge maze with solution\n![large_maze_solution](https://user-images.githubusercontent.com/78135477/140655652-2d18ce0f-797b-4456-8aa0-3d0de5ddf0e9.png)\nMedium maze with solution\n![medium_maze_solution](https://user-images.githubusercontent.com/78135477/140655660-2694a69b-dcc1-483d-8663-0b27fee01757.png)\nSmall maze with solution\n![small_maze_solution](https://user-images.githubusercontent.com/78135477/140655668-7e610ed4-5f51-44ac-b97a-d3e153f49232.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstunickss%2FMaze-Image-Generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsstunickss%2FMaze-Image-Generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstunickss%2FMaze-Image-Generator/lists"}