{"id":20341432,"url":"https://github.com/kaocc/kunst","last_synced_at":"2026-05-08T08:36:31.920Z","repository":{"id":67728646,"uuid":"443817896","full_name":"KaoCC/kunst","owner":"KaoCC","description":"Algorithmic Art Work","archived":false,"fork":false,"pushed_at":"2022-07-24T21:23:57.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T14:49:42.876Z","etag":null,"topics":["image-processing","quadtree"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KaoCC.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":"2022-01-02T16:44:41.000Z","updated_at":"2022-07-10T18:23:49.000Z","dependencies_parsed_at":"2023-02-22T20:00:25.274Z","dependency_job_id":null,"html_url":"https://github.com/KaoCC/kunst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KaoCC/kunst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2Fkunst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2Fkunst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2Fkunst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2Fkunst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaoCC","download_url":"https://codeload.github.com/KaoCC/kunst/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2Fkunst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32773409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["image-processing","quadtree"],"created_at":"2024-11-14T21:27:23.047Z","updated_at":"2026-05-08T08:36:31.901Z","avatar_url":"https://github.com/KaoCC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kunst: A Collection of Algorithmic Artwork\n\n\n## Build\n\n### Requirements\n\n- CMake\n- Conan\n\nAn example: \n- `mkdir build \u0026\u0026 cd build`\n- `conan install .. -s compiler.cppstd=17 --build missing`\n- `cmake ..`\n- `make` or open the project from Visual Studio depends on what compiler you are using.\n\n\n## Algorithm \n### QuadTree\nQuadtree is a tree data structure in which each node has zero or four children. It can be used to create a special encoding that transforms the original image into colorful grids.\n\nThe algorithm builds a Quadtree by recursively dividing the input image into four subimages. For each subimage, the average color and deviation are computed accordingly. A priority queue is utilized along with a traversal algorithm to decide which node should be processed and animated based on the deviation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaocc%2Fkunst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaocc%2Fkunst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaocc%2Fkunst/lists"}