{"id":16318047,"url":"https://github.com/willviles/ember-3d-orbit-controls","last_synced_at":"2025-09-17T19:14:52.542Z","repository":{"id":70631437,"uuid":"77786634","full_name":"willviles/ember-3d-orbit-controls","owner":"willviles","description":"Ember Addon to add Three.js orbit controls to Ember 3D.","archived":false,"fork":false,"pushed_at":"2017-02-21T12:11:07.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T17:16:31.575Z","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/willviles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-01-01T16:28:28.000Z","updated_at":"2024-12-15T03:54:22.000Z","dependencies_parsed_at":"2023-02-21T14:30:49.078Z","dependency_job_id":null,"html_url":"https://github.com/willviles/ember-3d-orbit-controls","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"62a35425491edaa5bb06e23219cc907026ed1588"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willviles/ember-3d-orbit-controls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willviles%2Fember-3d-orbit-controls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willviles%2Fember-3d-orbit-controls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willviles%2Fember-3d-orbit-controls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willviles%2Fember-3d-orbit-controls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willviles","download_url":"https://codeload.github.com/willviles/ember-3d-orbit-controls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willviles%2Fember-3d-orbit-controls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275648844,"owners_count":25503204,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"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-10T22:09:50.333Z","updated_at":"2025-09-17T19:14:52.510Z","avatar_url":"https://github.com/willviles.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ember 3D Orbit Controls [![npm](https://img.shields.io/npm/v/ember-3d-orbit-controls.svg)](https://www.npmjs.com/package/ember-3d-orbit-controls)\n======\n\nOffers Three.js Orbit Controls functionality for [Ember 3D](https://github.com/willviles/ember-3d), an Ember Addon for using [Three.js](https://github.com/mrdoob/three.js).\n\nOrbit controls perform orbiting, dollying (zooming), and panning with mouse, mousewheel, touch, and arrow key support. Check out the official [example](https://threejs.org/examples/misc_controls_orbit.html).\n\n## Installation\n\nEnsure you've installed Ember 3D:\n\n`ember install ember-3d`\n\nThen install Ember 3D Orbit Controls\n\n`ember install ember-3d-orbit-controls`\n\n## Mixin\n\nEmber 3D Orbit Controls enables you to use the [OrbitControlsInteractionMixin](https://github.com/willviles/ember-3d-orbit-controls/blob/master/addon/interactions/orbit-controls.js), which registers orbit controls as `orbitControls` on the scene component. You may also pass an options POJO which will be used to set up the controls.\n\n```javascript\n// app/3d/scene-id/interactions/orbit-controls.js\nimport OrbitControlsInteractionMixin from 'ember-3d-orbit-controls/interactions/orbit-controls';\n\nexport default OrbitControlsInteractionMixin.extend({\n\n  options: {\n    enableZoom: false,\n    enablePan: false,\n    maxPolarAngle: Math.PI / 2\n  }\n\n});\n\n```\n\nFor more information on available options, check out the Three.js code for [Orbit Controls](https://github.com/mrdoob/three.js/blob/576c75dadaf04c76b10e3f9b6e36f9af53e3896c/examples/js/controls/OrbitControls.js).\n\n\u003c!-- ## Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n## Running Tests\n\n* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/). --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillviles%2Fember-3d-orbit-controls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillviles%2Fember-3d-orbit-controls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillviles%2Fember-3d-orbit-controls/lists"}