https://github.com/archilogic-com/3dio-js
JavaScript toolkit for interior apps
https://github.com/archilogic-com/3dio-js
3d aframe ai ar architecture architecture-visualization bim furniture html interior-design interiors real-estate real-time threejs vr webgl webvr
Last synced: 3 months ago
JSON representation
JavaScript toolkit for interior apps
- Host: GitHub
- URL: https://github.com/archilogic-com/3dio-js
- Owner: archilogic-com
- License: mit
- Archived: true
- Created: 2017-05-10T13:45:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T23:06:18.000Z (over 4 years ago)
- Last Synced: 2025-01-15T11:08:23.392Z (3 months ago)
- Topics: 3d, aframe, ai, ar, architecture, architecture-visualization, bim, furniture, html, interior-design, interiors, real-estate, real-time, threejs, vr, webgl, webvr
- Language: JavaScript
- Homepage: https://3d.io
- Size: 71.2 MB
- Stars: 275
- Watchers: 35
- Forks: 73
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
> 3dio.js is deprecated
> visit [https://developers.archilogic.com](https://developers.archilogic.com) for new developements## Basic Example
[Run Demo](https://3dio-aframe.glitch.me)
```html
```
Learn more about using 3d.io data at https://furniture.3d.io
## Documentation
https://3d.io/docs/api/2/
## Install
### Browser
Requirements: A-frame v0.8 or lower
```html
```
### Server
`npm install 3dio --save`
Installation tutorial for beginners: https://www.npmjs.com/package/3dio/tutorial
## Features
https://3d.io/#products
## Use Cases
https://3d.io/#use-cases
## Contribute
Install local dev environment:
1. Clone repository:
`git clone https://github.com/archilogic-com/3dio-js.git ; cd ./3dio-js`
2. Install global packages:`npm install rollup -g ; npm install lite-server -g`
3. Install local packages:`npm install`
4. Run local dev server:`npm start`
5. Run tests:`npm test`
Please follow our [Contribution guidelines](.github/CONTRIBUTING.md)
[](https://travis-ci.org/archilogic-com/3dio-js)