{"id":18078454,"url":"https://github.com/techgaun/ex_raycast","last_synced_at":"2025-06-18T00:34:29.044Z","repository":{"id":57500916,"uuid":"70262608","full_name":"techgaun/ex_raycast","owner":"techgaun","description":"A simple raycast algorithm implementation in Elixir","archived":false,"fork":false,"pushed_at":"2018-07-12T14:50:55.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T21:47:07.834Z","etag":null,"topics":["elixir","polygon","raycast","raycast-algorithm"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/techgaun.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}},"created_at":"2016-10-07T16:11:42.000Z","updated_at":"2018-07-12T14:50:57.000Z","dependencies_parsed_at":"2022-08-31T03:21:14.392Z","dependency_job_id":null,"html_url":"https://github.com/techgaun/ex_raycast","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/techgaun%2Fex_raycast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_raycast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_raycast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_raycast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techgaun","download_url":"https://codeload.github.com/techgaun/ex_raycast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techgaun%2Fex_raycast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259146560,"owners_count":22812262,"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":["elixir","polygon","raycast","raycast-algorithm"],"created_at":"2024-10-31T12:14:07.962Z","updated_at":"2025-06-10T20:35:05.744Z","avatar_url":"https://github.com/techgaun.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExRaycast\n\n\u003e A simple raycast algorithm implementation in Elixir\n\n`ExRaycast` is the implementation of ray casting algorithm to determine if a point is in the polygon or not. It also includes a simple\nimplementation that can be used for the cases where there's a hole in the polygon.\n\nThis was used to test [westar kml](https://github.com/techgaun/westar_service_territory) using Elixir and is not perfect.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add `ex_raycast` to your list of dependencies in `mix.exs`:\n\n    ```elixir\n    def deps do\n      [{:ex_raycast, \"~\u003e 0.1.0\"}]\n    end\n    ```\n\n  2. Ensure `ex_raycast` is started before your application:\n\n    ```elixir\n    def application do\n      [applications: [:ex_raycast]]\n    end\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechgaun%2Fex_raycast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechgaun%2Fex_raycast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechgaun%2Fex_raycast/lists"}