{"id":34329408,"url":"https://github.com/tyoma/agge","last_synced_at":"2025-12-17T17:49:50.982Z","repository":{"id":24308362,"uuid":"27704103","full_name":"tyoma/agge","owner":"tyoma","description":"Anti-Grain Evolution. 2D graphics engine for Speed and Quality in C++.","archived":false,"fork":false,"pushed_at":"2024-02-23T03:13:55.000Z","size":33071,"stargazers_count":111,"open_issues_count":4,"forks_count":16,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-02-23T04:54:52.059Z","etag":null,"topics":["2d-graphics","android-library","cpp","cross-platform-2d","cross-platform-graphics","graphics"],"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/tyoma.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}},"created_at":"2014-12-08T07:57:24.000Z","updated_at":"2024-01-02T03:14:47.000Z","dependencies_parsed_at":"2023-01-14T07:45:42.511Z","dependency_job_id":null,"html_url":"https://github.com/tyoma/agge","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tyoma/agge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyoma%2Fagge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyoma%2Fagge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyoma%2Fagge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyoma%2Fagge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyoma","download_url":"https://codeload.github.com/tyoma/agge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyoma%2Fagge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27785248,"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-12-17T02:00:08.291Z","response_time":55,"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":["2d-graphics","android-library","cpp","cross-platform-2d","cross-platform-graphics","graphics"],"created_at":"2025-12-17T17:49:50.241Z","updated_at":"2025-12-17T17:49:50.978Z","avatar_url":"https://github.com/tyoma.png","language":"C++","readme":"Anti-Grain Evolution [![Build/Test](https://github.com/tyoma/agge/actions/workflows/cmake.yml/badge.svg?branch=master)](https://github.com/tyoma/agge/actions/workflows/cmake.yml)\n====\n\nThis project is based on ideas found in Maxim (mcseem) Shemanarev's Anti-Grain Geometry library, but oriented towards maximizing performance and stability. This engine sits on top of vector rasterizer and renderer rewritten from scratch in test-first style.\n\nHere is how a simple drawing code looks like in agge:\n\n```c++\nusing namespace agge;\n\n...\n\nbitmap\u003cpixel32, platform::raw_bitmap\u003e surface(150, 100);\nrasterizer\u003cunclipped\u003e ras;\nrenderer ren;\n\nadd_path(ras, circle(10.0f /*x*/, 20.0f /*y*/, 5.0f /*radius*/).iterate());\n\nras.sort();\n\nren(surface, 0 /*no windowing*/, ras /*mask*/, solid_color_blender(0, 128, 255), winding());\n\n// ... and, if on Windows:\nsurface.blit(hdc, 0, 0, 150, 100);\n```\n\nNote: to build for Android vs-android is required. This is planned to change.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyoma%2Fagge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyoma%2Fagge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyoma%2Fagge/lists"}