{"id":14036294,"url":"https://github.com/archilogic-com/3dio-js","last_synced_at":"2025-10-02T11:31:31.004Z","repository":{"id":57093036,"uuid":"90869171","full_name":"archilogic-com/3dio-js","owner":"archilogic-com","description":"JavaScript toolkit for interior apps","archived":true,"fork":false,"pushed_at":"2020-10-18T23:06:18.000Z","size":74638,"stargazers_count":275,"open_issues_count":23,"forks_count":73,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-01-15T11:08:23.392Z","etag":null,"topics":["3d","aframe","ai","ar","architecture","architecture-visualization","bim","furniture","html","interior-design","interiors","real-estate","real-time","threejs","vr","webgl","webvr"],"latest_commit_sha":null,"homepage":"https://3d.io","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/archilogic-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-10T13:45:13.000Z","updated_at":"2024-10-21T02:21:20.000Z","dependencies_parsed_at":"2022-08-22T21:41:02.455Z","dependency_job_id":null,"html_url":"https://github.com/archilogic-com/3dio-js","commit_stats":null,"previous_names":["archilogic-com/base-query"],"tags_count":101,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archilogic-com%2F3dio-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archilogic-com%2F3dio-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archilogic-com%2F3dio-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archilogic-com%2F3dio-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archilogic-com","download_url":"https://codeload.github.com/archilogic-com/3dio-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234954536,"owners_count":18912750,"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":["3d","aframe","ai","ar","architecture","architecture-visualization","bim","furniture","html","interior-design","interiors","real-estate","real-time","threejs","vr","webgl","webvr"],"created_at":"2024-08-12T03:01:54.839Z","updated_at":"2025-10-02T11:31:24.985Z","avatar_url":"https://github.com/archilogic-com.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003e 3dio.js is deprecated\n\u003e visit [https://developers.archilogic.com](https://developers.archilogic.com) for new developements\n\n\u003c!--p align=\"center\"\u003e\u003ca href=\"https://app.3d.io/oFXeKW\" target=\"_blank\"\u003e\u003cimg alt=\"toolkit for interior apps\" src=\"img/title-pic3.gif\"\u003e\u003c/a\u003e\u003c/p--\u003e\n\n## Basic Example\n\n[Run Demo](https://3dio-aframe.glitch.me)\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n  \u003cscript src=\"https://aframe.io/releases/0.7.1/aframe.min.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"https://dist.3d.io/3dio-js/1.1.x/3dio.min.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\u003ca-scene\u003e\n  \u003c!-- A-Frame Components Loading Content from 3d.io --\u003e\n  \u003ca-entity io3d-data3d=\"key:/fd72bf39-9d3a-471f-a4ff-ecaa3f5ff30b/bake/2017-04-15_22-45-14_XsiltX/regular/lighting.gz.data3d.buffer\" position=\"0 -5 -6\"\u003e\u003c/a-entity\u003e\n  \u003ca-entity io3d-furniture=\"id:10a54bcf-3b9c-4518-b7ea-81c4251cf5a4\" position=\"-0.85 -5 -5.4\"\u003e\u003c/a-entity\u003e\n\u003c/a-scene\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\nLearn more about using 3d.io data at https://furniture.3d.io\n\n## Documentation\n\nhttps://3d.io/docs/api/2/\n\n## Install\n\n### Browser\n\nRequirements: A-frame v0.8 or lower\n\n```html\n\u003chead\u003e\n  \u003c!-- latest minor version --\u003e\n  \u003cscript src=\"https://dist.3d.io/3dio-js/1.x.x/3dio.min.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n```\n\n### Server\n\n`npm install 3dio --save`\n\nInstallation tutorial for beginners: https://www.npmjs.com/package/3dio/tutorial\n\n## Features\n\nhttps://3d.io/#products\n\n## Use Cases\n\nhttps://3d.io/#use-cases\n\n## Contribute\n\nInstall local dev environment:\n\n1. Clone repository: \n\n    `git clone https://github.com/archilogic-com/3dio-js.git ; cd ./3dio-js`\n2. Install global packages: \n\n    `npm install rollup -g ; npm install lite-server -g`\n3. Install local packages: \n\n    `npm install`\n4. Run local dev server: \n\n    `npm start`\n5. Run tests:\n\n    `npm test`\n\nPlease follow our [Contribution guidelines](.github/CONTRIBUTING.md)\n\n[![Build Status](https://travis-ci.org/archilogic-com/3dio-js.svg?branch=master)](https://travis-ci.org/archilogic-com/3dio-js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchilogic-com%2F3dio-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchilogic-com%2F3dio-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchilogic-com%2F3dio-js/lists"}