{"id":16153276,"url":"https://github.com/danielesteban/vrconcert","last_synced_at":"2025-08-01T15:35:11.282Z","repository":{"id":57393966,"uuid":"213275967","full_name":"danielesteban/vrconcert","owner":"danielesteban","description":"A tool to create VR music concerts/videos","archived":false,"fork":false,"pushed_at":"2019-12-11T23:32:37.000Z","size":8144,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-12T00:42:33.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vrconcert.glitch.me","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/danielesteban.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":"2019-10-07T01:58:48.000Z","updated_at":"2024-01-01T16:33:59.000Z","dependencies_parsed_at":"2022-08-27T11:00:34.231Z","dependency_job_id":null,"html_url":"https://github.com/danielesteban/vrconcert","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/danielesteban%2Fvrconcert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fvrconcert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fvrconcert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fvrconcert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielesteban","download_url":"https://codeload.github.com/danielesteban/vrconcert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945561,"owners_count":20372897,"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-10-10T01:10:52.712Z","updated_at":"2025-03-18T19:32:16.968Z","avatar_url":"https://github.com/danielesteban.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"VRConcert\n==\n\n\u003e A tool to create VR performances/concerts/videos\n\n#### Pack your videos and audio\n\n * cd [example/performances](https://github.com/danielesteban/vrconcert/tree/master/example/performances)\n * Copy your audio and videos to [track](https://github.com/danielesteban/vrconcert/tree/master/example/performances/track)\n * Run [pack.sh track](https://github.com/danielesteban/vrconcert/blob/master/example/performances/pack.sh)\n * Everything will be packed into: [track_packed.webm](https://github.com/danielesteban/vrconcert/blob/master/example/performances/track_packed.webm)\n\n#### Create scenery\n\n * See example scenery: [stage_duo.blend](https://github.com/danielesteban/vrconcert/blob/master/example/scenery/stage_duo.blend)\n * Name your performance video planes: 'Performance_1', 'Performance_2', 'Performance_[OFFSET]', etc...\n * Name the meshes you want to scale with the analyser bands: 'Band_1', 'Band_2_Y', 'Band_3_XYZ', 'Band_[BAND]_[AXIS]' etc...\n * Name your VR translocable planes: 'Floor_1', 'Floor_2', 'Floor_3', etc...\n * Name the audience meshes: 'Audience_Mesh_60', 'Audience_Mesh_40', 'Audience_Mesh_[WEIGHT]', etc...\n * Name the audience planes: 'Audience_1', 'Audience_2', 'Audience_3', etc... \n * Create an empty mesh named: 'TrackTitle' and position it where you want the track title to render. \n\n#### Put it all together\n\n```js\nimport VRConcert from 'https://unpkg.com/vrconcert';\n\nVRConcert({\n  mount: document.getElementById('mount'),\n  performances: {\n    chromakey: '#00d800',\n    members: 2,\n    tracklist: [\n      {\n        title: 'A Performance',\n        video: 'track01_packed.webm',\n      },\n      {\n        title: 'Another Performance',\n        video: 'track02_packed.webm',\n      },\n    ],\n  },\n  scenery: 'scenery.glb',\n});\n```\n\n#### Live examples\n\n * [vrconcert.glitch.me (stage_duo)](https://vrconcert.glitch.me/)\n * [vrconcert-poc.glitch.me (stage_solo)](https://vrconcert-poc.glitch.me/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fvrconcert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielesteban%2Fvrconcert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fvrconcert/lists"}