{"id":19188218,"url":"https://github.com/mathdroid/simple-raycaster","last_synced_at":"2025-05-08T02:45:27.734Z","repository":{"id":57360665,"uuid":"89044499","full_name":"mathdroid/simple-raycaster","owner":"mathdroid","description":"👆 Simple raycaster (cursor) for ReactVR","archived":false,"fork":false,"pushed_at":"2018-05-11T10:58:09.000Z","size":26,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T06:34:53.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mathdroid.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}},"created_at":"2017-04-22T04:33:53.000Z","updated_at":"2018-12-31T14:00:19.000Z","dependencies_parsed_at":"2022-09-06T21:41:37.530Z","dependency_job_id":null,"html_url":"https://github.com/mathdroid/simple-raycaster","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/mathdroid%2Fsimple-raycaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fsimple-raycaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fsimple-raycaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fsimple-raycaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathdroid","download_url":"https://codeload.github.com/mathdroid/simple-raycaster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252989693,"owners_count":21836664,"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":[],"created_at":"2024-11-09T11:24:03.861Z","updated_at":"2025-05-08T02:45:27.717Z","avatar_url":"https://github.com/mathdroid.png","language":"JavaScript","readme":"# simple-raycaster\n\n\u003e 👆 Simple raycaster (cursor) for ReactVR\n\n# Usage\n\nIn your `ReactVR`'s `client.js`:\n\n```js\nimport { VRInstance } from \"react-vr-web\";\nimport * as SimpleRaycaster from \"simple-raycaster\";\n\nfunction init(bundle, parent, options) {\n  const vr = new VRInstance(bundle, \"librarytests\", parent, {\n    raycasters: [\n      SimpleRaycaster // Add SimpleRaycaster to the options\n    ],\n    cursorVisibility: \"auto\", // Add cursorVisibility\n    ...options\n  });\n  vr.start();\n  return vr;\n}\n\nwindow.ReactVR = { init };\n```\n# License\n\nMIT. See [License](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathdroid%2Fsimple-raycaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathdroid%2Fsimple-raycaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathdroid%2Fsimple-raycaster/lists"}