{"id":13728031,"url":"https://github.com/juniorxsound/DepthKit-A-Frame","last_synced_at":"2025-05-08T00:31:01.875Z","repository":{"id":57174188,"uuid":"117425757","full_name":"juniorxsound/DepthKit-A-Frame","owner":"juniorxsound","description":"🎥 An A-Frame component for rendering DepthKit volumetric videos in WebVR","archived":false,"fork":false,"pushed_at":"2018-07-21T16:17:58.000Z","size":1518,"stargazers_count":36,"open_issues_count":0,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-07T01:04:57.354Z","etag":null,"topics":["a-frame","aframe-component","filmmaking","graphics","kinect","threejs","volumetric","webgl","webvr"],"latest_commit_sha":null,"homepage":"","language":null,"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/juniorxsound.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}},"created_at":"2018-01-14T11:52:24.000Z","updated_at":"2024-05-08T09:49:04.000Z","dependencies_parsed_at":"2022-09-02T12:11:03.085Z","dependency_job_id":null,"html_url":"https://github.com/juniorxsound/DepthKit-A-Frame","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/juniorxsound%2FDepthKit-A-Frame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorxsound%2FDepthKit-A-Frame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorxsound%2FDepthKit-A-Frame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorxsound%2FDepthKit-A-Frame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juniorxsound","download_url":"https://codeload.github.com/juniorxsound/DepthKit-A-Frame/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223906326,"owners_count":17223046,"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":["a-frame","aframe-component","filmmaking","graphics","kinect","threejs","volumetric","webgl","webvr"],"created_at":"2024-08-03T02:00:36.403Z","updated_at":"2024-11-14T19:30:34.774Z","avatar_url":"https://github.com/juniorxsound.png","language":null,"funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# DepthKit for A-Frame\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\nAn A-Frame component for rendering [DepthKit](http://www.depthkit.tv) volumetric videos in WebVR. The A-Frame component wraps [DepthKit.js](https://github.com/juniorxsound/DepthKit.js) which is a small library that provides the same functionality for [Three.js](https://github.com/mrdoob/three.js) projects.\n- [Usage](#usage)\n- [Contribute](#contribute)\n\n![DepthKit AFrame](https://raw.githubusercontent.com/juniorxsound/DepthKit-A-Frame/master/docs/movement.gif?token=APLD_It_uvXAHdio-sYe_JUHWQEXUHslks5aZRfAwA%3D%3D)\n\n## Usage\nStart by cloning/forking the repository and including ```aframe.depthkit.min.js``` from the ```./dist``` folder (make sure to clone using ```--recursive``` flag if you plan to run the examples to clone the git submodules too)\n\nThe simplest way you can initialize a DepthKit video is to create a ```depthkit``` entity inside an A-Frame ```a-scene``` tag:\n```html\n\u003ca-scene\u003e\n      \u003ca-entity depthkit=\"type: wire;\n                          metaPath: ../ext/DepthKit/assets/Chae/Chae_Demo_Upres.txt;\n                          videoPath: ../ext/DepthKit/assets/Chae/Chae_Demo_Upres.webm;\n                          autoplay: true;\n                          loop: true;\"\u003e\n      \u003c/a-entity\u003e\n\u003c/a-scene\u003e\n```\nWhere the ```type``` attribute support ```wire/points/mesh``` for rendering different styles, ```metaPath``` is the path to the ```.txt``` file with the parameters (exported by DepthKit Visualize) and ```videoPath``` is for the path to the video file.\n\n## Contribute\nPRs are welcome ✊🏻 make sure to clone using the ```git clone --recursive```.\n\n### Build system\n- ```npm run start``` uses ```concurrently``` to start both an ```http-server``` and a ```watchify``` build opreation on every save to ```./dist/aframe.depthkit.js```\n- ```npm run build``` builds and minifies to ```./dist/aframe.depthkit.min.js```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorxsound%2FDepthKit-A-Frame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniorxsound%2FDepthKit-A-Frame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorxsound%2FDepthKit-A-Frame/lists"}