{"id":29406322,"url":"https://github.com/ilyachalov/rectangular-cuboid-projections","last_synced_at":"2026-05-17T03:45:58.076Z","repository":{"id":303117689,"uuid":"1014461673","full_name":"ilyachalov/rectangular-cuboid-projections","owner":"ilyachalov","description":"Приложение, рисующее разные проекции прямоугольного параллелепипеда","archived":false,"fork":false,"pushed_at":"2025-08-10T04:39:17.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T00:39:50.865Z","etag":null,"topics":["csharp","gdi-plus","geometric-projections","windows-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilyachalov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-05T19:17:35.000Z","updated_at":"2025-08-10T04:39:20.000Z","dependencies_parsed_at":"2025-07-05T20:35:09.910Z","dependency_job_id":"a7718cfb-b6d4-4c43-8457-9d601f2bc8fb","html_url":"https://github.com/ilyachalov/rectangular-cuboid-projections","commit_stats":null,"previous_names":["ilyachalov/rectangular-cuboid-projections"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilyachalov/rectangular-cuboid-projections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyachalov%2Frectangular-cuboid-projections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyachalov%2Frectangular-cuboid-projections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyachalov%2Frectangular-cuboid-projections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyachalov%2Frectangular-cuboid-projections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyachalov","download_url":"https://codeload.github.com/ilyachalov/rectangular-cuboid-projections/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyachalov%2Frectangular-cuboid-projections/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33127001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"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":["csharp","gdi-plus","geometric-projections","windows-forms"],"created_at":"2025-07-10T23:19:58.719Z","updated_at":"2026-05-17T03:45:58.050Z","avatar_url":"https://github.com/ilyachalov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rectangular-cuboid-projections\nПриложение, рисующее разные проекции прямоугольного параллелепипеда.\n\nДля рисования используются методы объекта [класса Graphics](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.graphics) платформы «.NET».\n\n## Проекции\n\nПока что написал код для трех методов, рисующих проекции прямоугольного параллелепипеда:\n- [прямоугольная изометрическая](https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/methods/DrawRectCuboid_Isometric.cs) (реализован в версиях 1 и 2);\n- [прямоугольная диметрическая](https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/methods/DrawRectCuboid_Dimetric.cs) (реализован в версии 2);\n- [прямоугольная аксонометрическая](https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/methods/DrawRectCuboid_Axonometric.cs) (реализован в версии 3).\n\nМетод для рисования прямоугольной аксонометрической проекции может рисовать любой из видов прямоугольной аксонометрической проекции: изометрическая, диметрическая или триметрическая. Пользователь может менять вид проекции, переключая галочки или меняя два угла поворота прямоугольного параллелепипеда вокруг двух осей базовой системы координат.\n\nВ моем блоге есть подробные посты с пояснениями: [первый](https://ilyachalov.livejournal.com/375970.html), [второй](https://ilyachalov.livejournal.com/377384.html), [третий](https://ilyachalov.livejournal.com/378294.html).\n\n## Что получается, иллюстрации\n\n### Версия 3\n\n\u003cimg src=\"https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v3-ris1.png\" width=\"350\"\u003e \u003cimg src=\"https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v3-ris2.png\" width=\"350\"\u003e \u003cimg src=\"https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v3-ris3.png\" width=\"350\"\u003e\n\n### Версия 2\n\n![](https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v2-ris1.png)\n\n### Версия 1\n\n\u003cimg src=\"https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v1-ris4.png\" width=\"350\"\u003e \u003cimg src=\"https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v1-ris1.png\" width=\"350\"\u003e \u003cimg src=\"https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v1-ris2.png\" width=\"350\"\u003e \u003cimg src=\"https://github.com/ilyachalov/rectangular-cuboid-projections/blob/main/illustrations/cuboid-app-v1-ris3.png\" width=\"350\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyachalov%2Frectangular-cuboid-projections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyachalov%2Frectangular-cuboid-projections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyachalov%2Frectangular-cuboid-projections/lists"}