{"id":20405482,"url":"https://github.com/repcomm/three.lookcamera","last_synced_at":"2025-06-13T01:02:21.967Z","repository":{"id":130854324,"uuid":"330363916","full_name":"RepComm/three.lookcamera","owner":"RepComm","description":"A bare bones LookCamera and FreeCamera for three.js, comes with ts definitions","archived":false,"fork":false,"pushed_at":"2021-07-31T03:49:18.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T02:17:49.421Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/RepComm.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-17T10:21:31.000Z","updated_at":"2023-09-20T12:34:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"38cc1ce0-e159-4393-8bbc-fdb2d99d4812","html_url":"https://github.com/RepComm/three.lookcamera","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/RepComm%2Fthree.lookcamera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fthree.lookcamera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fthree.lookcamera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fthree.lookcamera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RepComm","download_url":"https://codeload.github.com/RepComm/three.lookcamera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950136,"owners_count":20047591,"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-15T05:11:11.413Z","updated_at":"2025-03-05T02:18:08.289Z","avatar_url":"https://github.com/RepComm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# three.lookcamera\nA look camera and freecamera for your three.js projects\n\nDepends only on three.js\n\nComes with d.ts typescript definitions\n\nDoesn't force you to use any weird input system\n\n[Shameless plug if you need a procedural input lib](https://github.com/RepComm/gameinput-ts)\n\n## Example\n\n`npm install @repcomm/three.lookcamera`\n\n```typescript\nimport { FreeCamera } from \"@repcomm/three.lookcamera\";\n\nconst freecam = new FreeCamera ();\n\nscene.add( freecam );\n\n// freecam.getCamera(); // for when you want to render with it\n\n//game input loop\n\n//move the camera, typically with WASD/arrow keys\nfreecam.addMovementInput( forwardDelta , sideDelta );\n\n//rotate the camera, typically with the mouse\nfreecam.addRotationInput ( horizontalDelta, verticalDelta );\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepcomm%2Fthree.lookcamera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepcomm%2Fthree.lookcamera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepcomm%2Fthree.lookcamera/lists"}