{"id":16318325,"url":"https://github.com/romansoloweow/gradientgeometry","last_synced_at":"2025-05-13T17:40:00.703Z","repository":{"id":116593350,"uuid":"292393969","full_name":"RomanSoloweow/GradientGeometry","owner":"RomanSoloweow","description":"Crazy project for drawing figures in console","archived":false,"fork":false,"pushed_at":"2020-09-06T22:40:21.000Z","size":520,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T08:28:14.730Z","etag":null,"topics":["console","geometry","geometry-algorithms","gradient","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/RomanSoloweow.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}},"created_at":"2020-09-02T21:02:49.000Z","updated_at":"2020-09-06T22:40:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"a130d8c3-9e77-4dc1-b346-6a66b1077c2e","html_url":"https://github.com/RomanSoloweow/GradientGeometry","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"ad47d85d74797f5318a7458f55b18ab35fa165b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSoloweow%2FGradientGeometry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSoloweow%2FGradientGeometry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSoloweow%2FGradientGeometry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSoloweow%2FGradientGeometry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RomanSoloweow","download_url":"https://codeload.github.com/RomanSoloweow/GradientGeometry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239195280,"owners_count":19598035,"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":["console","geometry","geometry-algorithms","gradient","graphics"],"created_at":"2024-10-10T22:23:09.440Z","updated_at":"2025-02-16T20:36:16.014Z","avatar_url":"https://github.com/RomanSoloweow.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/github/stars/RomanSoloweow/GradientGeometry)](https://github.com/RomanSoloweow/GradientGeometry) [![](https://img.shields.io/github/license/RomanSoloweow/GradientGeometry)](https://github.com/RomanSoloweow/GradientGeometry) [![](https://img.shields.io/github/languages/code-size/RomanSoloweow/GradientGeometry)](https://github.com/RomanSoloweow/GradientGeometry) \n [![]( https://img.shields.io/github/last-commit/RomanSoloweow/GradientGeometry)](https://github.com/RomanSoloweow/GradientGeometry) \n# GradientGeometry\nIt's crazy project for drawing figures in console. For drawing used Bresenham's algorithms.\n\n## Features\n### Figures\n- [Triangle](#Triangle)\n- [Circle](#Circle)\n- [Box](#Box)\n- [Line](#Line)\n\n## Examples\n### Triangle\n ```C++\nCanvas canvas;\nTriangle Triangle(1500, 100, 100, 1900, 2900, 1900);\ncanvas.FillFigure(Triangle);\n```\n![](https://github.com/RomanSoloweow/GradientGeometry/blob/gh-pages/Images/FillTriangle.jpg)\n\n### Circle\n ```C++\nCanvas canvas;\nCircle Circle(1500, 1000, 900);\ncanvas.FillFigure(Circle);\n```\n![](https://github.com/RomanSoloweow/GradientGeometry/blob/gh-pages/Images/FillCircle.jpg)\n\n### Box\n ```C++\nCanvas canvas;\nBox Box(100, 100, 2900, 1900);\ncanvas.FillFigure(Box);\n```\n![](https://github.com/RomanSoloweow/GradientGeometry/blob/gh-pages/Images/FillBox.jpg)\n\n### Line\n ```C++\nCanvas canvas;\nLine Line1(100, 100, 2900, 1900);\nLine Line2(2900, 100, 100, 1900);\ncanvas.DrawFigure(Line1);\ncanvas.DrawFigure(Line2);\n```\n![](https://github.com/RomanSoloweow/GradientGeometry/blob/gh-pages/Images/Lines.jpg)\n\n## License📑\n\nCopyright (c) SimpleStateMachine\n\nLicensed under the [MIT](LICENSE) license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromansoloweow%2Fgradientgeometry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromansoloweow%2Fgradientgeometry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromansoloweow%2Fgradientgeometry/lists"}