{"id":16884654,"url":"https://github.com/timwis/aframe-fps-look-controls-component","last_synced_at":"2026-03-18T02:32:18.028Z","repository":{"id":140604478,"uuid":"116509298","full_name":"timwis/aframe-fps-look-controls-component","owner":"timwis","description":"A-Frame component to enable FPS-style looking","archived":false,"fork":false,"pushed_at":"2018-01-06T21:17:58.000Z","size":21043,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T12:52:56.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://timwis.com/aframe-fps-look-controls-component/","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/timwis.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":"2018-01-06T19:20:48.000Z","updated_at":"2023-12-24T05:20:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"8706de5d-bfc7-4b3b-82b0-930c044809aa","html_url":"https://github.com/timwis/aframe-fps-look-controls-component","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timwis/aframe-fps-look-controls-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwis%2Faframe-fps-look-controls-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwis%2Faframe-fps-look-controls-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwis%2Faframe-fps-look-controls-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwis%2Faframe-fps-look-controls-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timwis","download_url":"https://codeload.github.com/timwis/aframe-fps-look-controls-component/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwis%2Faframe-fps-look-controls-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30642995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T01:41:58.583Z","status":"online","status_checked_at":"2026-03-18T02:00:07.824Z","response_time":104,"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":[],"created_at":"2024-10-13T16:29:42.844Z","updated_at":"2026-03-18T02:32:18.005Z","avatar_url":"https://github.com/timwis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## aframe-fps-look-controls-component\n\n[![Version](http://img.shields.io/npm/v/aframe-fps-look-controls-component.svg?style=flat-square)](https://npmjs.org/package/aframe-fps-look-controls-component)\n[![License](http://img.shields.io/npm/l/aframe-fps-look-controls-component.svg?style=flat-square)](https://npmjs.org/package/aframe-fps-look-controls-component)\n\n[A-Frame](https://aframe.io) component to enable first-person shooter (FPS)-style mouse looking: move the mouse to look around, without needing to hold the button down. \n\nHeavily based on prior art by [@cemkod](https://github.com/cemkod/aframe-fps-look-component).\n\n### API\n\n| Property | Description | Default Value |\n| -------- | ----------- | ------------- |\n| user-height | How much height to add to the camera | 1.6 |\n\n### Installation\n\n#### Browser\n\nInstall and use by directly including the [browser files](dist):\n\n```html\n\u003chead\u003e\n  \u003ctitle\u003eMy A-Frame Scene\u003c/title\u003e\n  \u003cscript src=\"https://aframe.io/releases/0.6.0/aframe.min.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"https://unpkg.com/aframe-fps-look-controls-component/dist/aframe-fps-look-controls-component.min.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n  \u003ca-scene\u003e\n    \u003ca-entity camera fps-look-controls\u003e\u003c/a-entity\u003e\n  \u003c/a-scene\u003e\n\u003c/body\u003e\n```\n\n#### npm\n\nInstall via npm:\n\n```bash\nnpm install aframe-fps-look-controls-component\n```\n\nThen require and use.\n\n```js\nrequire('aframe');\nrequire('aframe-fps-look-controls-component');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwis%2Faframe-fps-look-controls-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimwis%2Faframe-fps-look-controls-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwis%2Faframe-fps-look-controls-component/lists"}