{"id":22265838,"url":"https://github.com/vanheemstrasystems/babylonjs-scene-third-person-character-controller","last_synced_at":"2026-07-04T08:31:19.460Z","repository":{"id":216078381,"uuid":"740419044","full_name":"vanHeemstraSystems/babylonjs-scene-third-person-character-controller","owner":"vanHeemstraSystems","description":"BabylonJS Scene - Third Person Character Controller","archived":false,"fork":false,"pushed_at":"2024-01-18T08:20:26.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-29T22:46:04.044Z","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/vanHeemstraSystems.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":"2024-01-08T10:02:08.000Z","updated_at":"2024-01-08T10:08:05.000Z","dependencies_parsed_at":"2024-01-10T14:15:54.160Z","dependency_job_id":"e86a70c7-a404-4a64-ab69-fbd44ec52dd1","html_url":"https://github.com/vanHeemstraSystems/babylonjs-scene-third-person-character-controller","commit_stats":null,"previous_names":["vanheemstrasystems/babylonjs-scene-third-person-character-controller"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vanHeemstraSystems/babylonjs-scene-third-person-character-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanHeemstraSystems%2Fbabylonjs-scene-third-person-character-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanHeemstraSystems%2Fbabylonjs-scene-third-person-character-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanHeemstraSystems%2Fbabylonjs-scene-third-person-character-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanHeemstraSystems%2Fbabylonjs-scene-third-person-character-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanHeemstraSystems","download_url":"https://codeload.github.com/vanHeemstraSystems/babylonjs-scene-third-person-character-controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanHeemstraSystems%2Fbabylonjs-scene-third-person-character-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35115740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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-12-03T10:16:58.100Z","updated_at":"2026-07-04T08:31:19.442Z","avatar_url":"https://github.com/vanHeemstraSystems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"babylonjs-scene-third-person-character-controller\n# BabylonJS Scene - Third Person Character Controller\n\nThis repository stores the BabylonJS Scene ```Third Person Character Controller```.\n\nIt is being referenced from [BabylonJS Third Person Character Controller](https://github.com/vanHeemstraSystems/babylonjs-third-person-character-controller).\n\nThe idea is to separate the *scenes* from the *framework* that uses these scenes, so one can develop scenes separately and independently from the framework.\n\nTake into account \"Optimizing a Large-Scale Babylon.js Scene\" at https://joepavitt.medium.com/optimizing-a-large-scale-babylon-js-scene-9466bb715e15 and \"Optimizing Your Scene\" at https://doc.babylonjs.com/features/featuresDeepDive/scene/optimize_your_scene\n\nSee an example of a very large scene at https://www.ibm.com/resources/cloud/mayflower-ship-experience/#/experience/harbor and how it was built at https://joepavitt.medium.com/building-the-web-based-3d-digital-experience-for-the-mayflower-autonomous-ship-a56f08e6558\n\n## 100 - Introduction\n\n## 200 - Requirements\n\n## 300 - Building Our Application\n\nYou can download the ```scene.ts``` file from a remote application with the following URL: https://github.com/vanHeemstraSystems/babylonjs-scene-third-person-character-controller/raw/main/scene.ts\n\nExample code:\n\n```\n...\n  import { ThirdPersonCharacterController } from \"https://github.com/vanHeemstraSystems/babylonjs-scene-third-person-character-controller/raw/main/scene.ts\";\n...\n```\n\nIn case you get this error (see https://stackoverflow.com/questions/74143299/the-target-environment-doesnt-support-dynamic-import-syntax-so-its-not-possi): \n\n```\nERROR in external \"https://github.com/vanHeemstraSystems/babylonjs-scene-third-person-character-controller/raw/main/scene.ts\"\nThe target environment doesn't support dynamic import() syntax so it's not possible to use external type 'module' within a script\n```\n\nTo dynamically import ES modules you'll need to change webpack's output type to ESM:\n\n```\n... TO DO: find solution\n```\n\nAlternatively you could try ignoring the external import with ```webpackIgnore```:\n\n```\n... TO DO: find solution /* webpackIgnore: true */\n```\n\n## 400 - Conclusion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanheemstrasystems%2Fbabylonjs-scene-third-person-character-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanheemstrasystems%2Fbabylonjs-scene-third-person-character-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanheemstrasystems%2Fbabylonjs-scene-third-person-character-controller/lists"}