{"id":25990308,"url":"https://github.com/erictuvesson/csg","last_synced_at":"2025-03-05T13:54:17.151Z","repository":{"id":45642075,"uuid":"131426074","full_name":"erictuvesson/CSG","owner":"erictuvesson","description":"Create geometry objects from boolean operations.","archived":false,"fork":false,"pushed_at":"2021-12-03T01:55:26.000Z","size":4649,"stargazers_count":18,"open_issues_count":5,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T06:47:17.057Z","etag":null,"topics":["cross-platform","csg","csharp","dotnet","geometry","stl"],"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/erictuvesson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-28T16:31:00.000Z","updated_at":"2025-01-26T18:49:50.000Z","dependencies_parsed_at":"2022-09-15T13:10:34.126Z","dependency_job_id":null,"html_url":"https://github.com/erictuvesson/CSG","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictuvesson%2FCSG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictuvesson%2FCSG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictuvesson%2FCSG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictuvesson%2FCSG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erictuvesson","download_url":"https://codeload.github.com/erictuvesson/CSG/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242039688,"owners_count":20061925,"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":["cross-platform","csg","csharp","dotnet","geometry","stl"],"created_at":"2025-03-05T13:54:16.449Z","updated_at":"2025-03-05T13:54:17.145Z","avatar_url":"https://github.com/erictuvesson.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Constructive solid geometry (CSG)\n[![NuGet Badge](https://buildstats.info/nuget/CSGeometry)](https://www.nuget.org/packages/CSGeometry/) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f3ca20ee0dab4a5287dfca8fc41326d8)](https://www.codacy.com/app/eric-tuvesson/CSG?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=erictuvesson/CSG\u0026amp;utm_campaign=Badge_Grade)\n\nCreate geometry objects from boolean operations.\n\n## Sample\n\n```csharp\nvar shape1 = new Cube(position: new Vector3(0, 0, 0), size: new Vector3(0.50f, 0.50f, 0.50f));\nvar shape2 = new Cube(position: new Vector3(1, 1, 0), size: new Vector3(0.50f, 0.50f, 0.50f));\nvar result = shape1.Intersect(shape2);\n\n// result.Vertices =\u003e Vertex[];\n// result.Indices =\u003e ushort[];\n// then you have the vertices and indices in result.\n```\n\n## Contributing\nContributions are always welcome.\n\n## License\nThe project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictuvesson%2Fcsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferictuvesson%2Fcsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictuvesson%2Fcsg/lists"}