{"id":15176768,"url":"https://github.com/shineyruan/computational-geometry-playground","last_synced_at":"2025-10-26T14:30:29.367Z","repository":{"id":40371429,"uuid":"488359590","full_name":"shineyruan/computational-geometry-playground","owner":"shineyruan","description":"A C++ playground for computational geometry algorithms \u0026 plotting.","archived":false,"fork":false,"pushed_at":"2024-07-07T10:58:38.000Z","size":150,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-28T13:41:48.171Z","etag":null,"topics":["computational-geometry","conan","cpp","vcpkg"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shineyruan.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}},"created_at":"2022-05-03T20:51:29.000Z","updated_at":"2024-07-07T10:58:40.000Z","dependencies_parsed_at":"2023-09-26T07:40:38.936Z","dependency_job_id":"a8fe5da5-b152-4ac0-b547-64d01d1fea7c","html_url":"https://github.com/shineyruan/computational-geometry-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shineyruan%2Fcomputational-geometry-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shineyruan%2Fcomputational-geometry-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shineyruan%2Fcomputational-geometry-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shineyruan%2Fcomputational-geometry-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shineyruan","download_url":"https://codeload.github.com/shineyruan/computational-geometry-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862755,"owners_count":16555951,"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":["computational-geometry","conan","cpp","vcpkg"],"created_at":"2024-09-27T13:42:00.169Z","updated_at":"2025-10-26T14:30:28.974Z","avatar_url":"https://github.com/shineyruan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Vcpkg Build](https://github.com/shineyruan/computational-geometry-playground/actions/workflows/vcpkg_build_release.yml/badge.svg)](https://github.com/shineyruan/computational-geometry-playground/actions/workflows/vcpkg_build_release.yml)\n\n# computational-geometry-playground\n\nA C++ playground for computational geometry algorithms \u0026amp; plotting.\n\nTested on:\n\n* MacOS Ventura 13.3 with M1 chip\n* Ubuntu 22.04 LTS\n* Windows 11\n\n## Software Dependency\n\nIn all systems, the following software is required:\n\n* CMake \u003e=3.15\n* C++ 17 compiler\n* [Vcpkg](https://vcpkg.io/en/)\n* [gnuplot](http://gnuplot.info/) (runtime dependency for visualization)\n\n## How to Build\n\nThis is a C++ 17 project managed with CMake and [Vcpkg](https://vcpkg.io/en/) in manifest mode. Make sure Vcpkg is installed correctly onto your system:\n\n```bash\ngit clone https://github.com/microsoft/vcpkg \"$HOME/vcpkg\"\n$HOME/vcpkg/bootstrap-vcpkg.sh   # or $HOME/vcpkg/bootstrap-vcpkg.bat on Windows\n```\n\nTo build the source code, run CMake with Vcpkg toolchain:\n\n```bash\ncmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake\nmake -j\n```\n\nOn Windows 11, open Visual Studio 2022 with the generated project `cgsolver.sln`. In Visual Studio 2022, set `cgsolver` as startup project, and then hit `CTRL-B` to build, `CTRL-F5` to run.\n\n## How to Run\n\nUsers could run any of the executables specified in the `examples/` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshineyruan%2Fcomputational-geometry-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshineyruan%2Fcomputational-geometry-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshineyruan%2Fcomputational-geometry-playground/lists"}