Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

JavaScript toolkit for interior apps

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)

[![Build Status](https://travis-ci.org/archilogic-com/3dio-js.svg?branch=master)](https://travis-ci.org/archilogic-com/3dio-js)