{"id":19961983,"url":"https://github.com/tw1ddle/geometrize-lib","last_synced_at":"2025-08-20T20:11:42.700Z","repository":{"id":44383779,"uuid":"81692943","full_name":"Tw1ddle/geometrize-lib","owner":"Tw1ddle","description":":large_orange_diamond: C++ library for Geometrize, a tool for geometrizing images into geometric primitives","archived":false,"fork":false,"pushed_at":"2023-10-10T19:34:15.000Z","size":8997,"stargazers_count":67,"open_issues_count":1,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-11T14:43:50.878Z","etag":null,"topics":["art","cpp","cpp-library","geometrize","geometry","geometry-processing","hill-climbing"],"latest_commit_sha":null,"homepage":"https://www.geometrize.co.uk/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tw1ddle.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,"zenodo":null}},"created_at":"2017-02-12T00:38:56.000Z","updated_at":"2025-08-03T15:22:39.000Z","dependencies_parsed_at":"2025-05-03T22:32:02.760Z","dependency_job_id":"c09170e2-3d88-4ee0-800f-9d2e557351b3","html_url":"https://github.com/Tw1ddle/geometrize-lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tw1ddle/geometrize-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tw1ddle%2Fgeometrize-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tw1ddle%2Fgeometrize-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tw1ddle%2Fgeometrize-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tw1ddle%2Fgeometrize-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tw1ddle","download_url":"https://codeload.github.com/Tw1ddle/geometrize-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tw1ddle%2Fgeometrize-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271378645,"owners_count":24749188,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["art","cpp","cpp-library","geometrize","geometry","geometry-processing","hill-climbing"],"created_at":"2024-11-13T02:09:06.492Z","updated_at":"2025-08-20T20:11:42.649Z","avatar_url":"https://github.com/Tw1ddle.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Geometrize Logo](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/logo.png?raw=true \"Geometrize logo\")](https://www.geometrize.co.uk/)\n\n[![License](https://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://github.com/Tw1ddle/geometrize-lib/blob/master/LICENSE)\n[![Build Status Badge](https://ci.appveyor.com/api/projects/status/github/Tw1ddle/geometrize-lib)](https://ci.appveyor.com/project/Tw1ddle/geometrize-lib)\n\n[Geometrize](https://www.geometrize.co.uk/) is a C++ library based on [primitive](https://github.com/fogleman/primitive). It recreates images as geometric primitives.\n\n[![Geometrized Trees 210 Ellipses](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/tree_under_clouds.png?raw=true \"Tree Under Clouds - 210 Ellipses\")](https://www.geometrize.co.uk/)\n\n## Features\n\n * Geometrize images into shapes.\n * Export the results as SVG, JSON and more.\n\n## Usage\n\nRefer to the minimal [example](https://github.com/Tw1ddle/geometrize-lib-example) project and read the [documentation](https://tw1ddle.github.io/geometrize-lib-docs/). These projects may also be useful references:\n\n| Project                                                            |\n|--------------------------------------------------------------------|\n| [Geometrize App](https://github.com/Tw1ddle/geometrize)            |\n| [Example](https://github.com/Tw1ddle/geometrize-lib-example)       |\n| [Fuzz Tests](https://github.com/Tw1ddle/geometrize-lib-fuzzing)    |\n| [Unit Tests](https://github.com/Tw1ddle/geometrize-lib-unit-tests) |\n| [Documentation](https://github.com/Tw1ddle/geometrize-lib-docs)    |\n\nSee the [top level repo](https://github.com/Tw1ddle/geometrize-top-level-repo) for a listing of all the repositories included in the Geometrize project.\n\n## Shape Comparison\n\nThe matrix below shows typical results for a combination of circles, triangles, rotated rectangles, rotated ellipses and all supported shapes at 50, 200 and 500 total shapes:\n\n| -                  | 50 Shapes     | 200 Shapes    | 500 Shapes   |\n| ------------------ | ------------- | ------------- | ------------ |\n| Circles            | [![50 Circles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_50_circles.png?raw=true)](https://www.geometrize.co.uk/) | [![200 Circles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_200_circles.png?raw=true)](https://www.geometrize.co.uk/) | [![500 Circles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_500_circles.png?raw=true)](https://www.geometrize.co.uk/) |\n| Triangles          | [![50 Triangles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_50_triangles.png?raw=true)](https://www.geometrize.co.uk/) | [![200 Triangles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_200_triangles.png?raw=true)](https://www.geometrize.co.uk/) | [![500 Triangles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_500_triangles.png?raw=true)](https://www.geometrize.co.uk/) |\n| Rotated Rectangles | [![50 Rotated Rectangles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_50_rotated_rectangles.png?raw=true)](https://www.geometrize.co.uk/) | [![200 Rotated Rectangles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_200_rotated_rectangles.png?raw=true)](https://www.geometrize.co.uk/) | [![500 Rotated Rectangles](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_500_rotated_rectangles.png?raw=true)](https://www.geometrize.co.uk/) |\n| Rotated Ellipses   | [![50 Rotated Ellipses](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_50_rotated_ellipses.png?raw=true)](https://www.geometrize.co.uk/) | [![200 Rotated Ellipses](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_200_rotated_ellipses.png?raw=true)](https://www.geometrize.co.uk/) | [![500 Rotated Ellipses](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_500_rotated_ellipses.png?raw=true)](https://www.geometrize.co.uk/) |\n| All Shapes         | [![50 All Shapes](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_50_all_shapes.png?raw=true)](https://www.geometrize.co.uk/) | [![200 All Shapes](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_200_all_shapes.png?raw=true)](https://www.geometrize.co.uk/) | [![500 All Shapes](https://github.com/Tw1ddle/geometrize-lib/blob/master/screenshots/seagull_500_all_shapes.png?raw=true)](https://www.geometrize.co.uk/) |\n\n## Screenshots\n\nSee the [gallery](https://gallery.geometrize.co.uk/).\n\n## Resources\n\nSee the Geometrize [resources](https://resources.geometrize.co.uk/) page.\n\n## Notes\n * Got an idea or suggestion? Open an issue on GitHub, or send Sam a message on [Twitter](https://twitter.com/Sam_Twidale).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftw1ddle%2Fgeometrize-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftw1ddle%2Fgeometrize-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftw1ddle%2Fgeometrize-lib/lists"}